码迷,mamicode.com
首页 > 其他好文 > 详细

Objc基础学习记录--UIViewController

时间:2015-01-11 22:51:29      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:

多个view之间切换用Embed in --》UINavigationController

 

sugues的方式  有push和modal 及其cuestom

关于其重要的方法:

 

-(void) prepareForSegue:(UIStortboardSegue *)segue ender:(id)

UIViewController *newController = segue.destinationViewController;

if( [segue.identifier isEqualToString :@"````“]){}

 

 

Objc基础学习记录--UIViewController

标签:

原文地址:http://www.cnblogs.com/ievjai/p/4217196.html

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