如何在Xcode 6中创建网格或表格

时间:2023-01-24 10:14:14

I wanna create the same grid like the one in this picture to my view and paint it with different colors according to the date it represents. Does anybody know how to do this?

我想创建与此图片中相同的网格到我的视图,并根据它所代表的日期用不同的颜色绘制它。有人知道怎么做这个吗?

如何在Xcode 6中创建网格或表格

1 个解决方案

#1


UICollectionView with UICollectionViewFlowLayout achieves this almost out of the box.

使用UICollectionViewFlowLayout的UICollectionView几乎可以实现这一目标。

#1


UICollectionView with UICollectionViewFlowLayout achieves this almost out of the box.

使用UICollectionViewFlowLayout的UICollectionView几乎可以实现这一目标。