UINavigationController导航栏.docxVIP

  • 2
  • 0
  • 约1.19千字
  • 约 6页
  • 2017-03-25 发布于四川
  • 举报
UINavigationController导航栏

UINavigationController 导航栏 AppDelegate.m _window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; RootViewController *root = [[RootViewController alloc] init]; //标题(中间位置) root.title = @首页; //创建导航栏控制器 UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:root]; self.window.rootViewController = navController; [_window makeKeyAndVisible]; leftButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCompose target:self action:@selector(selectLeft:)]; self.navigationItem.leftBarButtonItem = leftButton; // 左边的bu

文档评论(0)

1亿VIP精品文档

相关文档