Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IOS7 では、viewcontroller のタイトルが長い場合、Navigationbar の戻るボタンのテキストが正しく表示されません。次の画像のように、戻るボタンのテキストが切り取られていることがわかります。
pushviewcontrolコードのアニメーションプロパティをNo から YES に変更すると解決しました
[self.navigationController pushViewController:vController animated:YES];