I am a new developer, two questions as follows
In controller, why can't I call the
awakeFromNib
method?-(void)awakeFromeNib { NSLog(@"awakeFromNib");// can't be printed ? }
Do the methods
awakeFromNib
andinitWithNibName
,layoutSubviews
have some relations? When and where should I use them?