UIInsetLabel

class UIInsetLabel : UILabel

UILabel that accepts insets padding.

  • Insert the insets you need here. Defaults to zero.

    Declaration

    Swift

    var insets: UIEdgeInsets
  • Declaration

    Swift

    override func drawText(in rect: CGRect)
  • Declaration

    Swift

    override var intrinsicContentSize: CGSize { get }