CreationKit Documentation

Extensions on UILabel

Methods

make​Heading()

static func makeHeading() -> UILabel  

make​Subheading()

static func makeSubheading() -> UILabel  

make​Text()

static func makeText() -> UILabel  

make​Text2()

static func makeText2() -> UILabel  

make​Bold​Text()

static func makeBoldText() -> UILabel  

make​Tertiary​Text()

static func makeTertiaryText() -> UILabel  

make​Caption()

static func makeCaption() -> UILabel  

allow​Multiple​Lines(_:​)

func allowMultipleLines(_ numberOfLines: Int = 0)