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 trialjne
12,613 PointsLearning iOS developing
How is the iOS developer track made. Is it best to have a mac with xcode installed or do treehouse offer a built in solution like we've seen on "front end developer" when learning git. There they had a console that we could use. We've also seen plain text editors. What is used and what is recommended when learning objective-c with the iOS developer track?
Thanks
1 Answer
Luke Glazebrook
13,564 PointsHi Joakim!
You should write in Xcode as it is what you will need to compile Objective C/Swift and run it on an iOS simulator. You could write the code in a text editor and then copy it over but there is no real point in doing that at all. So yeah, go for Xcode!
-Luke
jne
12,613 Pointsjne
12,613 PointsThanks...better buy a mac then!
Aurelian Spodarec
7,369 PointsAurelian Spodarec
7,369 PointsYes, for iOS development , you need iMac.
But if you want to start , really start , write it on a paper :) It works really or on notepad maybe but it may get confusing there .
Just look at som ething like animation as this is easy to code in iOS so you could get used to it on paper .
Or just learn C on windows, Objective-C is C that you can learn on windows. Unless you want go on swift , you need iMac for 100%.
Hope this help.