1

私は新しい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た。この動作を開始できるものは何ですか? 更新 デバイスとシミュレーターの両方で発生します。

4

0 に答える 0