How would you add a lot of images to an UIview?

Posted by MetaImi on Stack Overflow See other posts from Stack Overflow or by MetaImi
Published on 2010-03-15T01:42:41Z Indexed on 2010/03/15 1:49 UTC
Read the original article Hit count: 305

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk