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

iMessage style within the app?

Hey everyone,

First of all, big shout out to Ben. Your lessons have been awesome so far and I am really enjoying them! I have learned a lot in just a few hours.

Second, I am trying to implement a private message kind of system, think: facebook messenger, twitter DMs, and even messages on Tinder. I want to implement this within my app and i was wondering if anyone knew of an easy way to do so? Especially using Parse. Is there a tutorial/api or something out there I could implement?

It seems tinder and facebook messenger both use something pretty much identical to iMessage in iOS7. I am wondering if there is something out there I am missing or these guys are actually just good at it. Tinder even has the "select and drag to the left to see the time it was sent" feature. That's a long name for a feature, I am going to copyright it.

Thanks in advance for any help you may provide!

-Jose

3 Answers

Amit Bijlani
STAFF
Amit Bijlani
Treehouse Guest Teacher

Cocoacontrols has some great examples for iMessage style UI if that's what you are looking for: https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=imessage

Did you solve it with parse?