Updated 2 April 2025
Over the past 13 years I have worked with and still am learning programming. I began with iTunes U with the CS193p course from Stanford University, as well as others listed below.
In my Hello World post written back in December 2012, I wrote that I wanted to learn how to create apps for the iPhone. As well as the mentioned CS193p course, which is still updated, the latest being 2023, and still taught by Paul Hegarty, who does an amazing job. Just prior to going through that course I went through CS106A, CS106B, CS107. I am happy to say that I have been creating iPhone apps over the years, although I have also worked with other languages such as PHP, C#, .NET, Python, JavaScript/TypeScript to name a few. What I enjoy the most is iPhone app development.
Many resources are available since I first started in 2012 such as Hacking With Swift, Swift by Sundell, Swift with Majid, SwiftLee, Swift with Vincent, Sarun W, plus many others who have helped me along the way.
What helped me most was first, understanding the basics of programming. Although I wasn’t new to programming in 2012, given that I had used Pascal at college in the 90s and grew up with Basic, I still needed to understand the basics correctly such as variables and data types, operators, control flow, functions, arrays, collections, object oriented programming, error handling, algorithms and data structures, to name a few.
Although the list above isn’t exhaustive, there is still a good amount there. What I found over the last 13 years was that its best to just get on with it, make mistakes, learnn from those mistakes, and keep pushing forward. Its best to write code rather than spend 95% of the time reading other peoples code. That might seem odd coming from a site that writes tutorials for iOS development, but you still need to just get writing the code. Yes, use sites like this and the ones linked above to guide you, but keep on creating.
When you are familiar with the basic concepts, you can look more into the specifics of iOS app developement which would include views, state management, layout, modifiers, navigation and lists, data flow, animations, gestures, and so on.
Again, don’t worry too much about these. You’ll cover them all and can be quickly running within a few weeks and then spend the rest of your career improving those skills.
Please reach out if you have any questions.
Rod says
hey as of today 2015, do you think i should be going through those courses even though they’re about iOS 6? i mean i know they are supposed to be foundations but do they really stand the test of time? im just wondering, wouldn’t want to invest several weeks in to something that might not even be in use for ios8 or swift? what are your thoughts on that? would really like to hear from you…
thanks and cheers from MX
Matthew says
Very good question and something I need to look in to so that the post is more relevant. If you understand iOS 6 then 7 and 8 won’t be much different. There’s just a lot more that you can do and some of the methods and classes of iOS 6 are not used anymore. But, the hard part isn’t learning a particular method. It is learning how to implement methods in general. Once you learn those rules, you’ll be fluent at any class you encounter.
Matthew says
Just looking over the material, each course is kept updated. I see that CS106a is very current. Learning Java is a great start because you get to see how objects work and this leads nicely on to Objective-C, or on to Swift if you prefer to jump to Swift instead.