Grid view in iOS [closed]

For iOS 6 and above I recommend UICollectionView and PSTCollectionView.

The goal is to use PSTCollectionView on iOS 4/5 as a fallback and
switch to UICollectionView on iOS6. We even use certain runtime tricks
to create UICollectionView at runtime for older versions of iOS.
Ideally, you just link the files and everything works on older
systems.

In the year 2010 I recommended AQGridView

Leave a Comment