UILabel$Methods extension

on

Properties

adjustsFontForContentSizeCategory bool

Available on UILabel, provided by the UILabel$Methods extension

adjustsFontForContentSizeCategory
getter/setter pair
adjustsFontSizeToFitWidth bool

Available on UILabel, provided by the UILabel$Methods extension

adjustsFontSizeToFitWidth
getter/setter pair
adjustsLetterSpacingToFitWidth bool

Available on UILabel, provided by the UILabel$Methods extension

adjustsLetterSpacingToFitWidth
getter/setter pair
allowsDefaultTighteningForTruncation bool

Available on UILabel, provided by the UILabel$Methods extension

allowsDefaultTighteningForTruncation
getter/setter pair
attributedText NSAttributedString?

Available on UILabel, provided by the UILabel$Methods extension

attributedText
getter/setter pair
baselineAdjustment UIBaselineAdjustment

Available on UILabel, provided by the UILabel$Methods extension

baselineAdjustment
getter/setter pair
enabled bool

Available on UILabel, provided by the UILabel$Methods extension

isEnabled
getter/setter pair
enablesMarqueeWhenAncestorFocused bool

Available on UILabel, provided by the UILabel$Methods extension

enablesMarqueeWhenAncestorFocused
getter/setter pair
font UIFont

Available on UILabel, provided by the UILabel$Methods extension

font
getter/setter pair
highlighted bool

Available on UILabel, provided by the UILabel$Methods extension

isHighlighted
getter/setter pair
highlightedTextColor UIColor?

Available on UILabel, provided by the UILabel$Methods extension

highlightedTextColor
getter/setter pair
lineBreakMode NSLineBreakMode

Available on UILabel, provided by the UILabel$Methods extension

lineBreakMode
getter/setter pair
lineBreakStrategy NSLineBreakStrategy

Available on UILabel, provided by the UILabel$Methods extension

lineBreakStrategy
getter/setter pair
minimumFontSize double

Available on UILabel, provided by the UILabel$Methods extension

minimumFontSize
getter/setter pair
minimumScaleFactor double

Available on UILabel, provided by the UILabel$Methods extension

minimumScaleFactor
getter/setter pair
numberOfLines int

Available on UILabel, provided by the UILabel$Methods extension

numberOfLines
getter/setter pair
preferredMaxLayoutWidth double

Available on UILabel, provided by the UILabel$Methods extension

preferredMaxLayoutWidth
getter/setter pair
shadowColor UIColor?

Available on UILabel, provided by the UILabel$Methods extension

shadowColor
getter/setter pair
shadowOffset ↔ CGSize

Available on UILabel, provided by the UILabel$Methods extension

shadowOffset
getter/setter pair
showsExpansionTextWhenTruncated bool

Available on UILabel, provided by the UILabel$Methods extension

Indicates whether expansion text will be shown when the view is too small to show all the contents. Defaults to NO.
getter/setter pair
text ↔ NSString?

Available on UILabel, provided by the UILabel$Methods extension

text
getter/setter pair
textAlignment NSTextAlignment

Available on UILabel, provided by the UILabel$Methods extension

textAlignment
getter/setter pair
textColor UIColor

Available on UILabel, provided by the UILabel$Methods extension

textColor
getter/setter pair
userInteractionEnabled bool

Available on UILabel, provided by the UILabel$Methods extension

isUserInteractionEnabled
getter/setter pair

Methods

drawTextInRect(CGRect rect) → void

Available on UILabel, provided by the UILabel$Methods extension

drawTextInRect:
encodeWithCoder(NSCoder coder) → void

Available on UILabel, provided by the UILabel$Methods extension

encodeWithCoder:
init() UILabel

Available on UILabel, provided by the UILabel$Methods extension

init
initWithCoder(NSCoder coder) UILabel?

Available on UILabel, provided by the UILabel$Methods extension

initWithCoder:
initWithFrame(CGRect frame) UILabel

Available on UILabel, provided by the UILabel$Methods extension

initWithFrame:
textRectForBounds(CGRect bounds, {required int limitedToNumberOfLines}) → CGRect

Available on UILabel, provided by the UILabel$Methods extension

textRectForBounds:limitedToNumberOfLines: