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 trialArthur Rubio
4,657 PointsWhat do I need to do to create user profiles in an iOS app?
I want to create an app that will have the ability to create and view other users profiles. How do I get started? What kind of backend will I need? Are there any courses that cover this? Will there be any courses to cover this?
1 Answer
Zachary Kaufman
1,463 PointsI don't think there is a specific class on this, however I am sure Network Programming with Swift 2.0 would have some information on how to link a Swift app to online profiles. Also https://teamtreehouse.com/library/build-a-blog-reader-iphone-app teaches how to get JSON information from the web using Swift 1. If you do the Swift 2.0 Track by the end you will probably have a great enough knowledge of Swift that you have at least an idea on how to do it (I think, I am not actually finished with the track yet...). I hope those 2 classes help! If your idea is some type of social network, you may want to consider building the social network using another language like Python's Flask (which has a "How to build a social network with Flask" course) and then just using the Swift app to connect to the online social network website and displaying it for an iPhone iPad or iPod touch? I know very little about connecting iPhone apps to Web Data so this is all just inference and ideas. I hope it helps, good luck!