- http://damir.me/implementing-uicollectionview-layout
- http://skeuo.com/uicollectionview-custom-layout-tutorial
- https://github.com/chiahsien/CHTCollectionViewWaterfallLayout
- https://github.com/ElectricPeelSoftware/EPSReactiveCollectionViewController これが?
- http://applidium.github.io/ADLivelyCollectionView/
- https://github.com/applidium/ADLivelyCollectionView
form
create collectionview programmatically
UICollectionView ではあらかじめセルのクラスを登録しておくことで、再利用可能なセルがない場合に新しく作成したものを返してくれるようになっています。 そのため dequeueReusableCellWithReuseIdentifier: が nil を返しません。