水平滚动UITableView

问题描述:


可能重复:

水平UITableView

我需要让UITableView横向滚动。我有一个自定义表的宽度为600,因为这太大了。该表需要可滚动。如何这样做?

I need to make a UITableView horizontally scrollable. I have a custom table with width of 600 and as this is too larger. That table needs to be scrollable. How do I do this?

查看此https://github.com/alekseyn/EasyTableView

这应该可以解决您的问题。

This should solve your problems.