I have a very large tableview (almost 1000 rows) and in each one I’m displaying an image and some text.
About 2/5 of the way down the tableview, the images begin to display with black rectangles (maybe 10 pixels wide) on each side.
Given that the images are no different than the ones displaying correctly (same format, same size), and that the code for displaying them is the same too, I’m a little lost as to what it could be.
My gut tells me it has something to do with the texture memory of such a large tableview, but I’m not sure.
Anyone experience something similar or have ideas how to solve this?
Thanks!