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

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

    

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

 

 

    self.window.rootViewController=navigationcontroller;

posted @ 2014-11-22 00:18  銱ル╬鎯噹  阅读(227)  评论(0编辑  收藏  举报