首页 > 其他 > 详细

要跳转到storyboard拉的界面

时间:2014-09-09 13:36:29      阅读:204      评论:0      收藏:0      [点我收藏+]

例子:要跳转到ZNewListAndImageTableView类,ZNewListAndImageTableView类是用storyBoard拉的

            UIStoryboard *storyBoard = [UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]];

            ZNewListAndImageTableView * newList = [storyBoard instantiateViewControllerWithIdentifier:@"ZNewListAndImageTableView"];


要跳转到storyboard拉的界面

原文:http://5828666.blog.51cto.com/5818666/1550062

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!