使用tablebar完成主页 增加导航栏

使用tablebar

第一次使用tablebar

在加入tarblebar控制器后 1.在Delegate文件 didFinishLaunchingWithOptions方法中
tablebar的简单使用完成主页
2.在TablebarViewController 中 注册四个页面

tablebar的简单使用完成主页
3.设置导航栏
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:homevc];

相关文章:

  • 2021-05-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2021-08-29
  • 2021-08-15
猜你喜欢
  • 2021-09-05
  • 2021-10-21
  • 2021-08-24
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案