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