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

iOS - dismissViewControllerAnimated 与 popViewControllerAnimated 的区别

时间:2015-04-29 16:47:21      阅读:470      评论:0      收藏:0      [点我收藏+]

标签:

-dismissViewControllerAnimated:completion:

此方法用于dismiss 那些由 UIViewController 的-presentViewController:animated:completion: 方法 呈现出来的UIViewController

(这种情况,UIViewController是作为一个modal controller显示)

技术分享

 

 

-popViewControllerAnimated:

此方法用于pop 那些由 UINavigationController 的-pushViewController:animated 方法 显示出来的UIViewController

(这种情况, 是push这个UIViewController到UINavigationController的navigation stack栈中)

技术分享

iOS - dismissViewControllerAnimated 与 popViewControllerAnimated 的区别

标签:

原文地址:http://www.cnblogs.com/fu4904/p/4466277.html

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