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