ios - 如何滑动 1 UITableView 和 UICollectionView

标签 ios swift uitableview

我需要创建一个可以滑动的多个 UITableView 或 UICollectionView,如屏幕截图所示。所以 Edit profile 和 Photos 是 2 个不同的 UITableView 或 UICollectionView。 有什么好的制作方法吗?我对 Swift 太陌生了。 多谢你们。 enter image description here

最佳答案

有很多有用的库,例如:

1) PageMenu

2) SwiftPageMenu

3) PagingMenuController

4) Parchment

关于ios - 如何滑动 1 UITableView 和 UICollectionView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50676848/

相关文章:

ios - 为 UITableView Cells 设置委托(delegate)

swift - 如何在 ScrollView 中停止用户位置

ios - NSInternalInconsistencyException',原因 : 'Could not load NIB in bundle - but it' s there, 有点

ios - 在 UIImage NOT UIImageView 上画线 - Xamarin iOS

ios - 如何从应用代理中删除插页式广告 - 应用内购买

swift - UItableViewCell 中的 Present 函数是否有替代方案?

ios - 无法将类型 'listOfContacts' 的值转换为预期参数类型 'UIViewController'

ios - customTableViewCell 不工作

ios - 在 Swift 中连接 UITableViewCell 标签

ios - 如何根据确认对话框防止SegmentedControl索引更改?