Drawing many images inside UIImageView
Posted
by dusker
on Stack Overflow
See other posts from Stack Overflow
or by dusker
Published on 2010-06-08T13:28:47Z
Indexed on
2010/06/08
13:32 UTC
Read the original article
Hit count: 269
Hi all, i'm looking for a way to draw multiple images (downloaded from a webservice) inside a single uiimageview. So it'd go like i downloaded image #1, and i'd like to draw it inside rect (0,0,100,100) then #2 at (0,100,100,100) etc. I'd like to then be able to take the entire composition and save it as an image in camera roll. thanks in advance for help greetings peter
© Stack Overflow or respective owner