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

creating a messaging app without the message UI

Hi everyone, I'm new to learning Xcode and I'm trying to create a messaging app without using the messageUI. I know it is possible. Could anyone lead me on the right track about creating something like this? Thanks

Wish I could help, but I'm new to iOS, too. Good luck!

Please further describe what it is you want to do and why you don't want to use messageUI.

Hi, Michael Vilabrera! I want to create a text messenger without using the messageUI Framework because I want to change the interface - I want to change how it looks. I just want to build my own text messenger. Any way to do this? Thanks!

Chelsea,

have you tried using Cocoapods? I found one which claims to be 'highly customizable'

http://www.jessesquires.com/JSQMessagesViewController/

Good luck!

Hi Michael Vilabrera, Thanks for your suggestion! I have seen that site, but I'm not entirely sure how to use it so that it will build in xcode.

Getting to know Cocoapods will help immensely in your app development! People share bits of code that you can install as a 'pod' and use like it was a part of Foundation. Check out this video: http://teamtreehouse.com/library/ios-tools/cocoapods/cocoapods and this site: http://cocoapods.org/

Ok thank you!