[objective-c]UINavigationControllerのタイトルを設定
UINavigationControllerのタイトルを設定
これではだめ
self.navigationController.title=@"TheTitle";
こうする
self.navigationItem.title=@"TheTitle";
UINavigationControllerのタイトルを設定
これではだめ
self.navigationController.title=@"TheTitle";
こうする
self.navigationItem.title=@"TheTitle";