相当于iOS中的片段

时间:2015-06-28 13:50:50

标签: ios objective-c

如何使用底部静态菜单和可更换的uiviewcontrollers(如中间部分的android中的片段)实现上述目标?

2 个答案:

答案 0 :(得分:3)

尝试使用视图控制器容器:

  

查看控制器容器是一些对象,其职责是管理一组视图控制器,根据需要显示或隐藏它们。

看一下这些链接:

Writing high-quality view controller containers

WWDC Session 102 - Implementing UIViewController Containment.

答案 1 :(得分:2)

容器视图是要走的路 https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/CreatingCustomContainerViewControllers/CreatingCustomContainerViewControllers.html

最近,我也有同样的要求,想要像android中的片段一样,并且通过使用容器视图很容易实现。

演示项目的好教程: http://sandmoose.com/post/35714028270/storyboards-with-custom-container-view-controllers