Does awakeFromNib get called right after viewController is allocated and initialized? At what precise point does the awakeFromNib of a view control
awakeFromNib
When coder wants load a object that it haven't init yet.
Exp: Control in UITableViewCell will init when code call awakeFromNib that needn't cellforrow.
UITableViewCell
cellforrow