AppDelegate 中didFinishLaunchingWithOptions方法创建一个导航view

时间:2014-11-22 00:37:08   收藏:0   阅读:355

    ZBMainViewController *main=[[ZBMainViewController alloc] init];

    

    ZBBaseController *navigationcontroller=[[ZBBaseController alloc] initWithRootViewController:main];

 

 

    self.window.rootViewController=navigationcontroller;

原文:http://www.cnblogs.com/zhibin/p/4114516.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!