Drawing UIImage at multiple locations in UIImageView

Posted by hanno on Stack Overflow See other posts from Stack Overflow or by hanno
Published on 2009-10-24T22:20:47Z Indexed on 2010/03/13 13:45 UTC
Read the original article Hit count: 306

Filed under:
|
|

I'm kind of lost in between UIImage, UIImageView, CG, layers... I want to draw the same UIImage multiple times in the same UIImageView. I don't want to have a separate subview for each of those objects. It's enough to have a flat image. How do I do that?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiimage