AQGridView icon indicating copy to clipboard operation
AQGridView copied to clipboard

A grid view for iPhone/iPad, designed to look similar to NSCollectionView.

Results 99 AQGridView issues
Sort by recently updated
recently updated
newest added

I'm getting a lot of NSLog console output from this line: NSLog(@"%i >= %i ?", index, [_visibleCells count]); It's in AQGridView.m, line 1594. Is there any purpose to this? It...

the `AQGridViewCell` `contentView` is not labeled as IBOutlet. This makes it very difficult to have a custom cell defined in a nib file without juggling views in `awakeFromNib`. It seems...

Calling AQGridView's `reloadData` from the viewController's `viewDidAppear` seems to lock scrolling until the orientation changes -- at which point scrolling works correctly again.

Hi, When I create my custom cells and use the same methods used for creating custom cells with interface builder in tableviews, it doesn't work, the cells are blank. Is...

It would be nice to have the ability, much like the current iOS UITableView to support grouping. I realize this is a potentially double edge sword (i.e. it would be...

`AQGridViewCell` initialization routines `initWithFrame` and `awakeFromNib` essentially do the same thing, except that `initWithFrame` also does: ``` _cellFlags.setShadowPath = 0; _selectionGlowShadowRadius = 12.0f; ``` Are these two lines missing in...

Hi, I made a grid view which takes the half of the screen. It works fine when the ipad is not connected to the mac, but when connected and in...

I've to say that it's not an issue,it's instead an "help" request I hope it's the right place for asking The problem I'm facing is that I'm not able to...

Here is the error message: > AQGridView/AQGridView.m:1228:25: error: too many arguments to function call, expected 0, have 4 return ( (UIView *)imp(self, @selector(hitTest:withEvent:), point, event) ); // -[UIView hitTest:withEvent:] ~~~...