ios - initWithNibName loads but viewDidLoad does not -


myviewcontroller view controller without associated xib (it inherits myparentviewcontroller does have associated xib).

in myviewcontroller.m have viewdidload , initwithnibname methods.

why initwithnibname called viewdidload not?


Comments