IPPaddingLabel
public final class IPPaddingLabel : UILabel
Label with default paddings on sides
Usage:
let label = IPPaddingLabel(text: "text", fontSize: 15, weight: .regular, textColor: .darkGray)
Notes:
- It can be inherited on .xibs/.storyboards
-
Undocumented
Declaration
Swift
public override init(frame: CGRect)
-
Undocumented
Declaration
Swift
public override func drawText(in rect: CGRect)