Kolin Krewinkel

Results 65 comments of Kolin Krewinkel

Try calling it in viewDidAppear, prefixed with an if statement that checks if it's 0 or not. Sent from my iPhone On May 31, 2012, at 12:01 PM, [email protected] wrote:...

I'll look into what's causing it. Sent from my iPhone On May 31, 2012, at 12:23 PM, [email protected] wrote: > That does work but it is pretty ugly. It first...

-cellForRowAtIndexPath will give you a specific cell. -indexPathsForSelectedCells on the grid view instance will return the selected cells as an array of index paths.

Oops - cellForItemAtIndexPath:

Yes, the grid view will return the cell..

Hmm...I've noticed a lot of people having issues with Nib-based grid view instances. Can you try to implement it in code and let me know the result?

Good idea: tough to execute. I'll definitely think about how to go about doing this..

I wish there was a way to send out a message to everyone, but alas.

I think before we move onto the removal/hidden thing, there's some sort of logic error with the cell recycling, as pointed out to me by several people (with cells lingering...

Yeah, it's visible with cells with variable content and translucent content. Not really sure why, as it was bulletproof from what I could tell, even through @Gi-lo's testing.