根据在UIViewcontroller中选择的选项推送不同的UITabBarControllers

时间:2014-04-08 23:34:25

标签: ios uinavigationcontroller uitabbarcontroller uitabbar

我希望设计符合iOS App准则的以下iphone屏幕流程。

1)用户从UIViewcontroller中选择2个选项中的一个。理想情况下,它封装在UINavigationController中 2)每个选项代表一个非常不同的工作流,反过来又有一组不同的选项卡,通过UITabBarController表示。

上述设计是否符合iOS App指南。如果不是表示上述工作流程的最佳方式。

1 个答案:

答案 0 :(得分:0)

你要做的事情是完全可行的。

  • 创建新项目:单一视图应用程序
  • 打开Storyboard并选择ViewController
  • 编辑/嵌入/导航控制器
  • 向项目中添加两个UIButtons
  • 将2个TabBarControllers添加到ypur项目
  • 通过Segue Push
  • 将每个TabBarController连接到一个UIBUtton
  • 就绪。你的想法被画出来了。

此图片中的结果。

enter image description here

示例项目here