Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
5 views

AQGridView intermittent cell issues - sub views not maintaining state

I have an AQGridView where each cell has a label and a button that can be on or off. When the user presses the button, it is turned to it's on state and they can turn it off again. The problem is ...
0
votes
1answer
28 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
0answers
28 views

Remove all space between cells in AQGridView

How can you remove all of the space between cells in AQGridView? I added AQGridView to my project and have set up a gridView of size (1008 x 504): [self setMyGridView:[[AQGridView alloc] ...
0
votes
0answers
33 views

the didSelectItemAtIndex:(NSUInteger)index on AQGridView is not responding on the landscape right half of the

I am experiencing a weird bug where the right half of my AQGridView is not responding to the didSelectItemAtIndex method only when my view is in landscape mode. - (void)viewDidLoad { NSArray ...
0
votes
1answer
55 views

Calling method in MyAppDelegate.m to ViewController

I have GridViewController. @interface GridViewController : UIViewController <AQGridViewDelegate, AQGridViewDataSource, LoginViewControllerDelegate, IconDownloaderDelegate, UIScrollViewDelegate> ...
0
votes
0answers
80 views

AQGridView segue

I'm trying to segue with perfomSegue, but it isn't working. I'm doing this from didSelectItemAtIndex, but it's not doing anything. What I want to do is to set the navigation.title to the text of the ...
0
votes
1answer
40 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
0answers
36 views

AQGridView reloadData not working with new set of _imageNames

on viewDidLoad this works fine but call from other method it does not work at all _imageNames = [allNames copy]; [self.gridView reloadData];
0
votes
0answers
60 views

AQGridView single Horizontal Row

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
53 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
0answers
37 views

Implementing HJCache with AQGridView

I'm trying to replace the imageViews in the AQGridView cells with HJManagedImageV views. I am a bit confused as to how to replace this, as the imageView in the cells are part of the AQGridView ...
0
votes
1answer
64 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
0answers
67 views

Dragging from one view to an AQGridView so that the dragged item triggers AQGridView's reordering

I have an app with two views. The bottom view contains an AQGridView. If I drag any of the cells that are already in the AQGridView, it does the funky reordering. If I drag an item from the top view ...
0
votes
1answer
74 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 ...
0
votes
0answers
62 views

UITableView or AQGridView

I want to implement a grid in my application similar to http://img401.imageshack.us/img401/8141/photozn.png. Can this be achieved using a UITableView or should I use an AQGridView for the same. Any ...

1 2 3 4 5
15 30 50 per page