Introduction to iOS

  1. Github
  2. Intro to C
  3. Intro to Object Oriented Programming
  4. iOS Views
  5. More View Controllers
  6. Grab Bag

Course Resources

Course discussion takes place on the Google Group.

Schedule: Apr 22 - July 22

Class: Every Tuesday 6pm - 8:30pm at WMCAT

Events

Additional Resources

Colearning is just one of many resources for you to study iOS development. Here are a few other resources to get you going with iOS.

XCode Built-in Documentation

XCode's built in documentation is not just an API reference, but includes many articles on topics in iOS development along with example code. From within XCode access the documentation from the Help menu, or by pressing Cmd + Shift + 0.

Books

For a high level overview of writing an iOS app for beginners LeanPub just came out with a great ebook Your First iOS 7 App.

The Big Nerd Ranch continues to make some of the best Apple related learning materials, and they just updated both their Objective-C and iOS development books for XCode5 and iOS7. These books are both great for self-study and as a reference.

Websites

MOOCs

Treehouse offers several online iOS courses. You can try free for a month, and get a discount through colearning using these links:

This Document

The source repository for this document is hosted at https://github.com/dgroulx/learn_ios. If you have anything you would like added or clarified, feel free to file an issue. Pull requests are especially welcome.