怎么从一个View中跳转到另一个Controller_百度知道
相当不推荐直接在View的代码里处理画面跳转,这些事情应该放在Controller里处理。 建议使用Delegate的方式,把Controller作为那个View的Delegate。回调了Delegate然后跳转...更多关于从一个view到ViewControllert之间跳转的方法?的问题>>
UIViewController之间的相互跳转 - 守望远方 - 博客园
2015年6月12日 - 1、通过方法 - (void)presentViewController:(UIViewController *)viewControllerToPresent animated: (BOOL)flag completion:(void (^)(void))comple...