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 recently upgraded to XCode 8,after installing pods correctly i get the following error on trying to build my project- AQGridView/Classes/AQGridViewCell.m:199:57: 'objc_unretainedObject' is unavailable: use a (__bridge id) cast instead...

I have an older app that I recently opened with XCode 6.3.2. Did a build on a device running iOS 8.3 and it seemed to run fine. XCode pestered me...

I just started working with AQGridView and it's quite brilliant. I however have an issue that's been bugging me for quite a while now. I use XCode 6 and I...

fixes: Application windows are expected to have a root view controller at the end of application launch

the method should retain the cell before removing it from cells and the autorelease it just before returning it. Proposed solution: - (AQGridViewCell *) dequeueReusableCellWithIdentifier: (NSString *) reuseIdentifier { NSMutableSet...

Anyone fixed this method (AQGridViewUpdateInfo updateNewGridDataAndCreateMappingTables) for 64 bit builds? I get assertion on: NSAssert(_oldToNewIndexMap[_oldGridData.numberOfItems] == 0x55555555, @"Eeek! Scribbling on guards didn't work!");

When compiling in the newest version of Xcode (beta), the compiler throws an error in AQGridView.m when performing the hit test using the IMP calls. I've replaced this code with...

I have a basic gridview setup with a basic custom cell (one image, one label). The didSelect method works fine until I introduce a variable Cell Identifier. One cell identifier...

Hi, When I scroll my grid to view bottom row, it is slightly covered by the iPhone screen. Help with adjusting the scroll, thanks