IOS-创建带Navigation的根控制器

    UINavigationController *rootVC = [[[UINavigationController alloc] initWithRootViewController:[[rootViewController alloc] init]]autorelease];
    self.window.rootViewController = rootVC;

posted on 2012-06-08 16:19  tx天翔  阅读(232)  评论(0编辑  收藏  举报