How would you add a lot of images to an UIview?
- by MetaImi
Hy
I have to put a lot of images (100) to a UIView, with touch detection. If I use UIImageViewController I have ran out of memory. I've tried to draw the images manually, but in that case I can't detect wich image has been pushed.
So how would you do this?