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
Chelsea C.
Full Stack JavaScript Techdegree Student 3,392 Pointscreating 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
Michael Vilabrera
Courses Plus Student 11,252 PointsPlease further describe what it is you want to do and why you don't want to use messageUI.
Chelsea C.
Full Stack JavaScript Techdegree Student 3,392 PointsHi, 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!
Michael Vilabrera
Courses Plus Student 11,252 PointsChelsea,
have you tried using Cocoapods? I found one which claims to be 'highly customizable'
http://www.jessesquires.com/JSQMessagesViewController/
Good luck!
Chelsea C.
Full Stack JavaScript Techdegree Student 3,392 PointsHi 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.
Michael Vilabrera
Courses Plus Student 11,252 PointsGetting 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/
Chelsea C.
Full Stack JavaScript Techdegree Student 3,392 PointsOk thank you!
Shawn Flanigan
Courses Plus Student 15,815 PointsShawn Flanigan
Courses Plus Student 15,815 PointsWish I could help, but I'm new to iOS, too. Good luck!