这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
将 segmentcontroller
与 uicollectionviewcontroller
和 uitableviewcontroller
一起使用。然后为两者实现委托(delegate)方法和数据源方法
。然后隐藏一个 view controller
tableview
或 collectionview
。然后为 segment controller
实现 action
。
当 segment index == 0
显示 collectionview
否则显示 tableview
。希望这对你有帮助。
否则您可以将相同的 uicollectionveiw
与 sections
一起使用。
关于ios - 如何更改 iOS 中网格和列表的 UICollectionView 布局,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/39117559/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |