Nadavrbn

Results 4 comments of Nadavrbn

Thats what i'm looking for but i cant find this function anywhere (-cellForRowAtIndexPath). How do I call it?

Thats the data source method for filling up the grid, I want to extract a cell from a grid after i have already put data in it.

You mean calling the method that I wrote. that will just create a new cell which is pretty unnecessary. I think i will stick with my original method of picking...

try this: ``` cell.contentView.backgroundColor = [UIColor clearColor]; cell.backgroundView.backgroundColor = [UIColor clearColor]; cell.backgroundColor = [UIColor clearColor]; ``` I guess they are stacked on each other so you have to set all...