awakeFromNib
, nib here means storyboardviewDidLoad
viewWillLayoutSubviews:
and viewDidLayoutSubviews:
viewWillAppear:
and viewDidAppear:
etc. (both repeatedly)didReceiveMemoryWarning
Determine how text will render on the screen. You can think of NSAttributedString
as an NSString where each character has an NSDictionary of “attributes”.