【发布时间】:2015-03-29 14:26:30
【问题描述】:
在我的代码中,我使用 presentViewController 来调用我的第二个视图控制器
[self presentViewController:secondController animated:YES completion:nil];
当我打电话时,我需要显示从左到右的动画(如在 navigationController 中)
我不想使用navigationController,但我需要在presentViewController中类似于navigationController的动画...
【问题讨论】:
标签: ios objective-c uiviewcontroller navigationcontroller presentviewcontroller