[Objective-C] How to Use UICollectionView

Tadashi Shigeoka ·  Sun, November 25, 2012

A memo of reference information on how to use UICollectionView, which became available from iOS6.

UICollectionView Class Reference

[iOS6] Collection View 基本的な使い方 - iOS 開発ブログ Natsu’s note

iOS6 UICollectionViewを使ってみる | クラスメソッド開発ブログ

For iOS5, you either use a library called PSTCollectionView or do perverted things to make it usable.

ONETOPI - steipete/PSTCollectionView GitHub

UICollectionViewCellのサブクラスをiOS 5で共存させる | HMDT Blog

That’s all from the Gemba.