HairlineView

open class HairlineView : UIView

A view with an intrinsic content size of 1px by 1px

  • Please refer to the documentation for UIView.intrinsicContentSize

    Declaration

    Swift

    override open var intrinsicContentSize: CGSize { get }
  • Please refer to the documentation for UIView.backgroundColor

    Declaration

    Swift

    override open var backgroundColor: UIColor? { get set }