Viewのライフサイクル - Qiita
- (void)loadView{ [super loadView]; NSLog(@"loadView");}- (void)viewDidLoad{ [super viewDidLoa…