I used AQGridView for showing record in GridView. I want to customise all cell size. But AQGridView always take constant cell size and showing empty space if records view is small size.
Asked
Active
Viewed 86 times
2
-
If you are targeting iOS 6 and higher I would suggest you have a look at Apples [`UICollectionView`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionView_class/Reference/Reference.html) – rckoenes Aug 27 '13 at 07:50
-
@rckoenes my application support IOS 5 and higher. – Naveen kumar Aug 27 '13 at 07:52
-
You should check out [PSTCollectionView](https://github.com/steipete/PSTCollectionView) which is API compatible with `UICollectionView` and supports iOS 5 – Paul.s Aug 27 '13 at 08:33
-
@Paul.s This solution is working but items(Rows) are overlapped. – Naveen kumar Aug 28 '13 at 09:48