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

Is it difficult to insert twitter feed and forum talks into my app?

Thanks

1 Answer

Hello Matthew Giuliano,

It is actually easy to insert a forum. You need to learn a few things though. PHP, mySQL, HTML and CSS to customize it. First create a PHP/HTML form. Next using a localhost/server, use a FTP(file transfer protocol) to insert it onto the server. Next using mySQL, create a database. In the form, connect it to the database you created. Last (if you are learning objective C) got to this link. You will be prepared to the Xcode part. For Swift, you are going to have to search it. Th link is: http://codewithchris.com/iphone-app-connect-to-mysql-database/

Do you think I could do all this after completing the Swift Track?

Totally. I am doing it while completing it right now.