码迷,mamicode.com
首页 > 移动开发 > 详细

iOS PresentViewControlle后,直接返回根视图

时间:2016-01-02 18:32:00      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:

在开发中:用[self presentViewController:VC animated:YES completion:nil];实现跳转,多次跳转后,直接返回第一个。

例如:

A presentViewController B
B presentViewController C
C 直接回到A:

 

技术分享

 

返回第一个视图核心代码如下:

[self.presentingViewController.presentingViewController dismissViewControllerAnimated:YES completion:nil];

 

 

 
 

iOS PresentViewControlle后,直接返回根视图

标签:

原文地址:http://www.cnblogs.com/razaios/p/5094955.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!