实现过程:

Step One 设置根ViewController

      self.window.rootViewController=[[[UINavigationControlleralloc]initWithRootViewController:self.viewController] autorelease];

 

Step Two 设置 Navigation Title

      self.navigationItem.title=@"背单词四级版";

 

Step Three 添加子窗体

((ios开发学习笔记十一)) NavigationController实现

 

相关文章:

  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-04-05
猜你喜欢
  • 2021-12-26
  • 2022-01-22
  • 2021-09-05
  • 2021-11-30
  • 2021-10-13
  • 2022-12-23
  • 2021-08-16
相关资源
相似解决方案