Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以用水平和垂直对齐的 UITableView 单元格创建 UITableView
请指教。
好吧,可以修改UITableView并添加包含多个视图的单元格行,这些视图设置为水平顺序,但这需要大量的自定义工作,在我看来太多了,你将失去使用 UITableView 的好处,
UITableView
我在这里建议的是创建你的自定义视图,它有自定义的 DataSource 和 Delegate,并创建你自己的视图绘制逻辑,因为这是一个相当复杂的视图,它需要更多的工作来自定义你的表视图,而不是创建一个新的UIView子类
UIView