AQGridView is an attempt to create something similar to NSCollectionView on the iPhone
0
votes
0answers
35 views
Inconsistent grid view bounce
My app uses AQGridView and is exhibiting some strange screen bounce behaviour.
There is a white panel at the top of the screen for a company logo and the grid view starts below this:
Flicking the ...
0
votes
0answers
29 views
async image loading in grid view
I am implementing AQGridView to display image url's from web service using AsyncImageView for lazy loading. Grid's and cell are showing but images are not loading in cell. I am following ...
0
votes
0answers
17 views
AQGridviewcell overlap when more than 100 items insert?
Insert 164 items in AQGridViewCell, that's overlap the items. It's work fine when insert 78 items In this cell. This seen in simulator, and crash in device. I am use custom cell ...
1
vote
0answers
48 views
AQGridView (UIScrollView) cells disappear and reappear on scrolling
There is an awkward blinking that is very visible when scrolling AQGridView.
I have looked at this link => Calling reloadData causes all cells to blink.
I am calling reloadData while loading cells ...
1
vote
0answers
89 views
How can i implemented delete button in AQGridViewCell
i want to add button in my Customized AQGridViewCell with ImageView. when i Click Edit button its showing delete button on the ImageGridViewCell like below image.i added delete button in ...
0
votes
1answer
63 views
Display images from documents directory
I'm using the following method to display images in an AQGridview:
DataModel.m:
-(id)initWithCaption:(NSString*)theCaption andImage:(UIImage*)theImage andURLRequest:(NSURLRequest *)theURLRequest
{
...
0
votes
1answer
83 views
How can I Delete Cell in AQGridView?
I am using AQGridView to show images in GridView. Now i have to Delete The Cell which is added in GridView. In table View We can delete Each Cell usingcommitEditingStyle is there any Method In ...
0
votes
0answers
74 views
How to Avoid the Blank Cell in Grid View?
Hi Friend i am adding images to my App.and I am showing Images in Grid View. i put my inset button navigation bar.when Clicking insert Button its show Options Add Image Gallery,Camera and Cancel ...
0
votes
1answer
35 views
Custom animations in AQGridView cells happen instantly?
So, I'm working with an AQGridView. We have custom cells with images in them. Now we want the images to bounce when clicked on. I tried operating on the frame of the image, but that didn't work so now ...
0
votes
1answer
92 views
AQGridView insertItemsAtIndices Items Overlapping
When I call insertItemsAtIndices on an AQGridView, the items are overlapping, rather than being displayed in their relevant grid. It works fine if I call reloadData on the GridView, but I'd like to ...
2
votes
0answers
82 views
Why does my AQGridView not scroll when cell width is too high?
I implement the grid view cell size with this method:
- (CGSize)cellSize {
return _gridMode ? CGSizeMake(100, 100) : CGSizeMake(320, 345);
}
And check
_gridMode
for determining which cell to ...
0
votes
0answers
47 views
AQGridView: no padding on outside, only inside
I have a 768px-wide grid view, with cells that are 240 wide. This means that I get 3 columns, with 8 pixels of padding on the left and right of each. This is similar to this situation: AQGridView: How ...
0
votes
1answer
55 views
IOS- viewheaderInSection in AQGridView
I insert a part 2 in AQGridView like this url image. If you see the url image, now i'm working ok everything data in AQGridView,
When i scroll down AQGridView i wanna part 1: Image will scroll scroll ...
0
votes
0answers
68 views
AQGridView - Change Layout when rotate device
I have a question: now I'm using AQGridView to create list view for my iPad application.
Firstly, I create AQGridViewCell and add UIImageView as background of cell to contentview with frame size: 768, ...
-1
votes
1answer
100 views
AQGridViewCell remove space between cells [closed]
Basically, I need 64x64 squares, and I need them to fit 5 across (on my 320 px screen), and I can't for the life of me figure out how to do this. 64 x 5 = 320 so there will be no space between the ...
0
votes
0answers
132 views
How can I make an AQGridView cell size change with animation dynamically
I'm trying to change the cellsize for an AQGridView dynamically and would like the change to animate in the gridview. Is that possible and if so how should I approach it.
The idea is that the ...
0
votes
0answers
122 views
Why AQGridView send this log message: Visible cell list is missing some items! - Got 9 missing indices? [closed]
This occurs when almost reached the other end of the scroll, besides all cells set hide and when scrolling back cells reappear.
0
votes
1answer
78 views
IOS- load two AQGridView in UIViewControler
now i load one AQGridView in UIViewController, its working good, but i want load one more AQGridView, i dont know how, somebody help me, thanks you for read this article
0
votes
0answers
99 views
Using grid view in iOS with pinch to zoom
I am creating an application that will load images in a grid format. The user will be able to see a grid of images and pinch to zoom in the image area.
I have looked at AQGridView but I am unsure as ...
0
votes
0answers
120 views
Using AQGridView with Url - Images wont appear
I want to use AQGridView with images loaded from an url. In this case JSON. In my log i can see the images being loaded but they wont appear on screen.
Here is what i have done, where is it going ...
2
votes
1answer
214 views
AQGridView long press grid cell detection
I want to detect if a AQGridCellView is pressed long and instead of selecting it I want to show a menu with custom options. I thought just adding a long press gesture recognizer to a subclass of the ...
2
votes
1answer
268 views
UIView subclass dealloc not called
I am using AQGridView for displaying a grid of images in my app. A user clicks on an album and then I open a new controller with the grid that has all the images. The problem is that the when the user ...
0
votes
0answers
112 views
AQGrid view 5 column margin
I need to have 5 column greed for iPhone app. Desired margines are
1 - image[62] - 2 - image[62] - 2 - image[62] - 2 - image[62] - 2 - image[62] - 1
When I'm setting
...
2
votes
2answers
888 views
Loading camera roll images in iOS GridView very slow
I am showing all the images from the camera roll in my iPhone app. I build an array of ALAsset * that contains the list of all images in the camera roll when the app starts. I form cells by loading ...
0
votes
1answer
585 views
Adding View to top of AQGridView ScrollView
I am using AQGridView to create an image gallery that has about 21 items. I'd like to add a view that contains the app logo and name to the top of this list/scrollview so that users see it but as they ...
0
votes
1answer
514 views
AQGridView Select Cell
I create a custom AQGridViewCell like so:
- (AQGridViewCell *) gridView: (AQGridView *) aGridView cellForItemAtIndex: (NSUInteger) index
{
static NSString * PlainCellIdentifier = ...
0
votes
0answers
50 views
leak on GridviewCell UIView
I'm adding a GridviewCell to AQGridview, The memory leak is showing on the line shown on the image [link as follows http://top365.co.uk/images/leak.png. ]
I'm not sure what I'm doing wrong. Also, ...
0
votes
1answer
741 views
GridView for Monotouch
I am trying to get a Visual Studio's gridview like control for Monotouch development. I had a look at AQGridView. Does AQGridView works with Monotouch? Is there a library for AQGridView which I can ...
0
votes
1answer
164 views
UITableview or AQGridView maintain state of button in cell
As AQGridview borrows a lot of it's ideas from UITableView so I think the answer should apply to both.
I have a custom cell with the following objects inside:
label
favourite button (can be turned ...
0
votes
1answer
406 views
AQGridView didSelectItemAtIndex delegate not called
I'm using AQGridView to display images from a web service. When I touch a cell, the didSelectItemAtIndex delegate is not called. The numberOfItemsInGridView delegate is called, so I think I've got ...
0
votes
1answer
153 views
Calling method in MyAppDelegate.m to ViewController
I have GridViewController.
@interface GridViewController : UIViewController <AQGridViewDelegate, AQGridViewDataSource, LoginViewControllerDelegate, IconDownloaderDelegate, UIScrollViewDelegate> ...
1
vote
1answer
159 views
How to Filter Cells in AQGridView with UISearchBar
i'm going crazy on this problem:
I'm using AQGridView for show some image from an array that i retrieve from SQLite but i'm not able to filter the Grid with a UISearchBar that i put in the TitleView ...
0
votes
1answer
422 views
AQGridView single Horizontal Row [closed]
I have a AQGridView which im trying to make a single row. Currently have a single row, but find i am unable to shrink the content view or cell separator.
// self.m_gridView = [[AQGridView alloc] ...
1
vote
1answer
170 views
AQGridView with grid outline
I am using AQGridView to display a grid of items in my app.
Sometimes I don't have enough items to fill a row, and I wanted to add a grid outline for the cells, so you can see a 1px empty cell if ...
0
votes
1answer
273 views
Create grid of different sized thumbnails?
I'm trying to display a set of image thumbnails in a grid on the iPad. I'm able to display a grid of images that are all 100x100 using AQGridView but I would like to include some images that are ...
0
votes
1answer
313 views
AQGridView not linking
I am trying to use the AQGridView in an app. I copied all the files into my project but I keep getting the error:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_AQGridView", referenced ...
2
votes
1answer
497 views
AQGridViewCell transparent background
I have a problem customizing my AQGridViewCell. I'd like to have the whole cell having a transparent background, but the following inside of the initWithFrame:reuseIdentifier does not do the job:
...
0
votes
1answer
158 views
exc_bad_access with GridView, possible memory management fail?
I have the following code that tries to set up a GridView and I have a GridviewController subclass that manages the datasource. This is the code that is used to set it up.
AQGridView* ...
2
votes
2answers
2k views
AQGridView: How to adjust UIGridViewCell margin
I'm trying to implement the AQGridView in my iPad app. Please see my below image -- sorry for the strong colors, but I think it would help you understand my problem.
Each cell (the blue box) has a ...
0
votes
1answer
192 views
delaying in loading images in the AQGridView in Objective-C
In my app, I have a root view which is a gridview. I am loading an images in the gridview cells.I am having problem with the loading images. As soon as I launch the app, there will be blank cells with ...
0
votes
0answers
206 views
AQGridView with images from a subfolder, how to do?
I have the example code of SpringBoard and I would like change it to load images from a subfolder, this is the code:
if ( _icons == nil )
{
_icons = [[NSMutableArray alloc] initWithCapacity: ...
0
votes
1answer
137 views
NSComparisonResult Returning Wrong Array
I have an instance of AQGridView laid out in a Pages-esque manner for the iPad. At the top of the grid, I've inserted a UIView with a UISearchbar. Instead of calling on a UISearchDisplayController, ...
1
vote
0answers
301 views
iOS - AQGridView crashes because reuseIdentifier is nil (?)
I have a AQGridView , The "initialization" of the grid works great,
but when i do [gridView reloadData], it will crash with the error
2012-01-03 21:27:40.338 XXX[8454:707] *** Terminating app due ...
2
votes
0answers
1k views
Springboard like appearance without Three20 or Nimbus
I want to make a button launcher just like Springboard / Facebook / Google+.
But, I don't want to:
use Three20 - it looks perfect except for the horrid coding experience due to documentation. (I ...
0
votes
2answers
247 views
How To draw black colored border around each image in AQGridView
I am using AQGridView in my project. we need to create a black colored border around each image. Can anyone help me on this.
Thanks in advance.
Regards,
Jas.
0
votes
2answers
938 views
GridView in iPhone
I am working on an iPhone application in which I have to design a GridView, I have searched on google + stackoverflow and found that one possible solution is AQGridView, I have tried it but all of its ...
1
vote
1answer
402 views
AQGridView cells get swapped around when CAAnimation is applied
Has anyone had success applying animations to AQGridViewCells? I'm trying to make every cell but the first one fade away after a tap.
The problem is that when the fade begins, the cell contents ...
0
votes
1answer
465 views
AQGridView demo application can not work in xcode 4 and ios 4.3
I am new in Iphone development . Now, i am trying to develop an AQGridView in iphone . I downloaded the zip file of AQGridView from Github socil coding site. The example application of AQGridView ...
10
votes
3answers
618 views
AQGridView backed by a NSFetchedResultsController
I'm trying to implement a AQGridView that uses a fetched results controller as its datasource.
I'm not particular sure how to handle the NSFetchedResultsController delegate methods using the grid ...
0
votes
1answer
155 views
combine AQGridView with HJCache
I am trying to combine AQGridView with HJCache.
However, separately, both works fine. but i combine them together, it seems that they 're not compatible with each other.
Any one done this before? ...


