【发布时间】:2019-09-02 17:40:49
【问题描述】:
【问题讨论】:
-
表格视图是垂直的。如果您想要该功能,则需要使用 UICollectionView 或 UIScrollView。
-
你也可以考虑使用一个UIPageController:developer.apple.com/documentation/uikit/uipageviewcontroller
标签: ios swift uitableview uicollectionview