可能重复:
How to create custom modal segue in 4.2 Xcode using storyboard
我正在尝试实现一个没有任何动画的自定义segue,只是目标视图控制器看起来很简单。我该怎么办?
非常感谢!
答案 0 :(得分:3)
你会像在How to create custom modal segue in 4.2 Xcode using storyboard问题的答案中那样做,只有没有动画:
[src.navigationController pushViewController:yourViewController animated:NO];