IOS swift 非底部标签页tabs如何做?
如下图的(详情,项目小组,我的作业)标签页:
非底部标签页,点击后展示不同的内容。
高洛峰2017-04-18 09:51:06
can be achieved through addChildViewController
实现(点击按钮的时候移除已有的,添加新的,如果需要动画效果的话可以找找转场动画),或者下面使用ScrollView
添加tableview
(click the button ScrollView to scroll to a different tableview). You can achieve the effect you want