Questions tagged [aqgridview]

AQGridView is an attempt to create something similar to NSCollectionView on the iPhone

AQGridView is an attempt to create something similar to NSCollectionView on the iPhone. If CALayoutManager were available on the iPhone, specifically the CAConstraintLayoutManager, then this would be relatively easy to put together. However, since none of those exist, there’s a lot of work to be done.

AQGridView is based around the programming model of UITableView and its associated classes. To create this class I looked long and hard at how UITableView does what it does, and attempted to replicate it as closely as possible. This means that if you are familiar with table view programming on the iPhone or iPad, you will find AQGridView simple to pick up.

project URL

https://github.com/AlanQuatermain/AQGridView

77 questions
-1
votes
1 answer

AQGridView orientation change has no effect

I'm fairly new to ios programming and am implementing AQGridView in a project I'm working on. I've noticed the example applications provided seem to be able to handle orientation changes and regroup the cells accordingly. In my application, the…
stephenmuss
  • 2,445
  • 2
  • 20
  • 29
-1
votes
1 answer

AQGridView Reload

I am working on iOS application where I am displaying images in a grid using AQGridView Library, we initially display some images and as user scrolls down we load more, the issue we are facing is that as new data arrives and we call reloadData on…
TilalHusain
  • 1,006
  • 5
  • 17
  • 36
1 2 3 4 5
6