speech bubbles like in comics for iphone
Posted
by plspl
on Stack Overflow
See other posts from Stack Overflow
or by plspl
Published on 2010-04-27T01:55:45Z
Indexed on
2010/04/27
2:03 UTC
Read the original article
Hit count: 401
I am new to iphone application development. I am building an iphone app where the user needs to be able to add speech bubbles (think comics) over existing images. I have some questions on how to implement this,
Have an empty speech bubble image and overlay it over existing image - Do I use a separate UIImage for the speech bubble? Or should I draw the speech bubble myself?
Allow the user to move the speech bubble using touch- Any pointers or examples would be great!
Also let him resize the speech depending on the amount of text - Any pointers or examples would be great!
Finally he should be able to add text to speech bubble - Is there a way to add textbox over an existing image?
Thanks,
© Stack Overflow or respective owner