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.
可能重复: 如何使用情节提要在 4.2 Xcode 中创建自定义模态序列
我正在尝试实现一个没有任何动画的自定义 segue,只是目标视图控制器看起来很简单。我该怎么做?
非常感谢!
您将执行与How to create custom modal segue in 4.2 Xcode using storyboard question's answer中相同的操作,只是没有动画:
[src.navigationController pushViewController:yourViewController animated:NO];