标签: iphone ios ipad uiviewcontroller
我正在寻找github上的一个开源库,它使用UITableView进行分页处理水平UIScrollView(重用单元格)。有什么建议吗?
答案 0 :(得分:2)
使用此
https://github.com/gmoledina/GMGridView
我将它用于我自己的应用程序,效果很好,通过一些简单的调整,你可以做到你想要的。
它支持水平和垂直网格的分页,在每个页面之后返回值,以及更多
答案 1 :(得分:1)
有一些项目:
https://github.com/TheVole/HorizontalTable
https://github.com/rickharrison/RHHorizontalTableView
https://github.com/andrewgubanov/OrientedTableView
https://github.com/alekseyn/EasyTableView