Objective-C Learning Notes - UILabel
UILabel
Base Attributes:
font
size
backgroundColor & align
UITextAlignmentLeft
UITextAlignmentCenter
UITextAlignmentRight
textColor
adjustsFontSizeToFitWidth
UILabel
Base Attributes:
font
size
backgroundColor & align
UITextAlignmentLeft
UITextAlignmentCenter
UITextAlignmentRight
textColor
adjustsFontSizeToFitWidth
UITextField Attribute that often used:
borderStyle;
background;
backgroundColor;
clearButtonMode;
UITextFieldViewModeAlways;
UITextFieldViewModeNever;
UITextFieldViewModeWhileEditing;
UITextFiledViewModeUnlessEditing;