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

Where to start? IOS app

I'm currently developing my first app, its a very simple app for IOS users (something easy just to make something) but i'm not sure where to begin.

as i said its an IOS app where the users can look at different pictures under a couple of different categories, and see similarities in the two pictures.

I dont know how to code in xcode (swift nor objective C) and i dont have a lot of experince with databases.

im thinking about using PARSE for the database and code the IOS app in swift (remember this is just for practice for my self) thats why im choosing swift so i can see if I want to learn more IOS development then i will probably learn obj. C and then go into swift again.

So where should I start, should i learn how to code simple apps first then create the database or just create the database and then learn the app development part and try to sync them?

tnx :)

1 Answer

Learn to program first and get a few simple applications under your belt. Then you will be able to understand better how to hook into a database for your data.