If you are a self taught iOS developer who knew little to no programming before starting with iOS and now have app(s) in the appstore or work/freelance as a iOS developer, I would love to hear from you on the following:<p>- Were there any specific online courses/videos that you think were a key in your success and you will highly recommend to others?<p>- Books that you will highly recommend?<p>- How did you get your first gig or idea for an app?<p>- What were your biggest challenges - too much knowledge out there, not able to devote much time because of other things, lack of motivation at times etc.?
Learned using Stanford course - this is pretty standard.<p>Bought a book for Cocoa programming to learn Obj-C. Alright, but not a deal breaker.<p>First gig I offered for $200 flat rate to get the portfolio rolling, through a HN post: <a href="https://news.ycombinator.com/item?id=6382405" rel="nofollow">https://news.ycombinator.com/item?id=6382405</a><p>First app idea was actually a game, I learned what was necessary to build it (<a href="https://itunes.apple.com/gb/app/firework-flare/id513766705?mt=8" rel="nofollow">https://itunes.apple.com/gb/app/firework-flare/id513766705?m...</a>).<p>Biggest challenge: going from basic programming knowledge to having to use design patterns, strange (at the time) syntax.
I started mostly with "Cocoa Programming for Mac OS X". I wanted to learn objective-C, but I hadn't convinced myself that an iPad was worth the investment yet. From there I worked on my first iOS game with a combination of Stack Overflow and Apple references.<p>My first big project was "Ocean Commotion"[1] and the motivation was that I didn't see many good multi touch games in the app store. It still disappoints me how most iOS games would be better suited to play with a mouse or keyboard when there is this amazing interface available. Did you know an iPad can handle 11 touch points at once, and an iPhone can handle 5?<p>My game started out as two orange rectangles that I could drag around on a blue background. Once you realize that views all get their own inputs then having 5 objects all respond to touch events at the same time is pretty straightforward.<p>For your first app I recommend starting with something simple. One recent game I made was "Jack Slap"[2]. It is a simple reaction time game, and would make a decent introduction into working with Xcode. Don't worry about the details up front. Just think of a concept or single feature you like and start doodling in code to get a feel for things.<p>My biggest challenge is probably my artistic ability. You can tell that I got an artist involved for Ocean Commotion, but not for anything else. Making an app look good is an important part of the process. Fortunately there are lots of artists out there who can't code to help you out!<p>[1] <a href="http://oceancmotion.com" rel="nofollow">http://oceancmotion.com</a><p>[2]<a href="https://itunes.apple.com/us/app/jack-slap/id846622220?mt=8" rel="nofollow">https://itunes.apple.com/us/app/jack-slap/id846622220?mt=8</a> (iTunes link)
I did the Stanford iOS course and the Big Nerd ranch books for 2 months, before I got hired at a startup doing iOS. Biggest challenge was getting stuck and not having someone in person to show me the way.
Self taught with the Stanford Course during my first and second year at university before I ended up at an agency where I had developers guiding me with patterns, syntax and other programming fundamentals.<p>I've now graduated with a first and work as a full time developer at a startup.<p>My one piece of advice would be to set yourself an idea and try to build it. Build, try and don't be afraid of exceptions. They're there to help you.<p>My portfolio - <a href="http://kathuria.me" rel="nofollow">http://kathuria.me</a>
I used pretty much all the resources already mentioned (Big Nerd Ranch, Raywenderlich, Stanford course), but I'd like to add a few more to the mix - check out <a href="http://objc.io" rel="nofollow">http://objc.io</a> , <a href="http://nshipster.com" rel="nofollow">http://nshipster.com</a> and <a href="http://nsscreencast.com" rel="nofollow">http://nsscreencast.com</a><p>Note - I have no affiliation to any of the links above, I just think they're good resources. Good luck!
-I would anyday recommend Raywenderwich tutorial. They are just awesome and so easy to follow.<p>-<a href="http://www.amazon.com/Programming-Objective-C-Edition-Developers-Library/dp/032188728X" rel="nofollow">http://www.amazon.com/Programming-Objective-C-Edition-Develo...</a><p>-Just a problem which I tried to solve. Was searcing for one but didnt found any good solution.<p>- Lack of research, just creating app is not enough, you have to market your app. Also, Lack of time was my another problem
- Stanford iTunes course, anything on Raywenderlich.com<p>- Built my first app based on what I knew from tutorials<p>- Biggest challenge: programming is hard