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 that after I turn a button on in one or more cells and then scroll, it creates unpredictable behaviour where other cells have their buttons turned on and sometime previously on buttons are now off.

I suspect this has something to do with the re-use functionality:

- (AQGridViewCell *) gridView: (AQGridView *) aGridView cellForItemAtIndex: (NSUInteger) index
link|improve this question

50% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.