1

我正在使用 Parse PFQueryTableViewController,它在列表中显示图像,我想使用CHTCollectionViewWaterfallLayout像 instagram 一样以网格方式显示图像,我该如何实现?我做了cocoapod,但演示代码不同。

4

1 回答 1

1

如果您使用的是 xib 或故事板

select collectionView -> go to attribute inspector -> layout - select custom -> CHTCollectionViewWaterfallLayout

在 .h 文件中包含此委托CHTCollectionViewDelegateWaterfallLayout并使用这些委托方法,然后您就可以开始了。

于 2015-12-17T11:57:37.453 回答