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

IOS弹出UIViewController小视图

时间:2014-07-19 00:38:07      阅读:353      评论:0      收藏:0      [点我收藏+]

标签:style   os   io   代码   re   c   

在TestViewController1中弹出TestViewController2

 

 在TestViewController中点击按钮或者什么触发方法里面写入以下代码

TestViewController2 *test2 = [[TestViewController alloc] init];

 

UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:test2];

[nav setModalPresentationStyle:UIodalPresentationPageSheet];

 

[self presentViewController:nav animated:YES completion:nil];

IOS弹出UIViewController小视图,布布扣,bubuko.com

IOS弹出UIViewController小视图

标签:style   os   io   代码   re   c   

原文地址:http://www.cnblogs.com/zhanggui/p/3853738.html

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