私は新しいviewController
スルーnavigationController
を提示しています:
PTAgencyClients *pushedController = [[PTAgencyClients alloc] initWithNibName:@"PTAgencyClients"
bundle:nil
agency:agency];
[[self navigationController] pushViewController:pushedController
animated:YES];
そしてPTAgencyClients
これから私はこれをポップしようとしviewController
ています:
[[self navigationController] popViewControllerAnimated:YES];
どういうわけか、ポップすると、左から右へのアニメーションがわずかにありません。私は少し実験されており、強力な遷移と、他の場合viewController
にはこの上から前の遷移を見ましPTAgencyClients
た。この動作を開始できるものは何ですか?
更新
デバイスとシミュレーターの両方で発生します。