Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

How to add a message together with a picture in the iOS self destructing app

i am trying to add a simple message to the photo the user sends on the self destructing app but i don't know how to start

1 Answer

Do you mean actually drawing a message to the image itself based on what's inputted? If so that is more complicated. However, if you're just trying to simply send a message along with the image, or place it ontop of it (note if image is saved it won't appear on image itself) then that is fairly easy. All you would have to do is store the message typed by the user, in say a UITextField, to the same object as the image when you go to upload it on Parse. Note: Parse docs are REALLY helpful, and quite fun actually.