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