what is the required code method of making a sticker app?

Posted by zeropt7 on Stack Overflow See other posts from Stack Overflow or by zeropt7
Published on 2011-11-27T17:28:04Z Indexed on 2011/11/27 17:50 UTC
Read the original article Hit count: 141

I am new to photo apps, recently I am interested in making a sticker app like those can be seen in the appstore, I know I would need to use uiimagepickercontroller, uiscrollview and uigesturerecognizer.

However I wonder which code method should I use for the app to load multiple stickers? Should it be called programmatically? Is that I would need to use the if-statement, say if one sticker is loaded, the app will auto generate a new sticker on top of it?

© Stack Overflow or respective owner

Related posts about ios

Related posts about if-statement