我正在尝试像iOS 7 Calendar app week view
中那样实现网格表。我应该用它做什么?我尝试使用简单UITableView
,但我不知道如何同时使用它scroll vertically and horizontally
。可能有一些控件吗?
答案 0 :(得分:4)
要解决此问题,您应该使用UICollectionView
并创建自己的UICollectionViewLayout
。
A brilliant article on custom UICollectionViewLayouts
can be found here.在本文中,它专门讨论了有限的日历布局,该布局提供了一周。