Titlescreen
Episode #15     Nov 20, 2012    

Intro to AFNetworking

Let AFNetworking simplify your life by talking to external web services and then parsing the JSON responses. (13 minutes)
Titlescreen
Episode #14     Nov 02, 2012    

How to import JSON file into unit tests

See how JSON data files can be imported and used as part of your iOS unit tests. (9 minutes)
Titlescreen
Episode #13     Oct 27, 2012    

Login Page Enhancements

Improve on last weeks episode by applying some basic Human Interface Guidelines to our login screen. (7 minutes)
Titlescreen
Episode #12     Oct 19, 2012    

Login Page

See how UITextFields work for capturing usernames and passwords on Login screens. (9 minutes)
Titlescreen
Episode #11     Oct 14, 2012    

NSUserDefaults

Improve your user's experience by saving their preferences along with the state of your application. (11 minutes)
Titlescreen
Episode #10     Oct 08, 2012    

Images in a TableView

Use the magic of the ALAssetsLibrary to take pictures and then display them nicely in your UITableViews (11 minutes)
Titlescreen
Episode #9     Oct 01, 2012    

Taking a Picture

See how to take a picture with your camera and then display it in a ViewController. (10 minutes)
Titlescreen
Episode #8     Sep 22, 2012    

Tab Bar Navigation Controllers with Storyboards

Learn the basics of iOS navigation in storyboards using tab bar and navigation controllers. (8 minutes)
Titlescreen
Episode #7     Sep 16, 2012    

Xibs with UITableView

In Part II we look at UITableViews with Xibs. Here we contrast Xibs with Storyboards, and show you how to setup a Xib with it's own UITableView. (13 minutes)
6-storyboard-uitableview
Episode #6     Sep 13, 2012    

Storyboards with UITableView

The most valuable weapon in your iOS arsenal - the UITableView. By learning the basics with Storyboards, you'll learn how to populate and render a table in iOS. (14 minutes)
5-intro-protocol
Episode #5     Aug 30, 2012    

Intro to Protocols

Protocols are a key Objective-C language construct. Watch this episode to learn what they are, how they work, and how MVCs can use them to pass data to each other. (6 minutes)
4-xcode-shortcuts
Episode #4     Aug 16, 2012    

Xcode Shortcuts

Go fast and go far by learning these essential Xcode short cuts. (5 minutes)
3-intro-mvc
Episode #3     Aug 16, 2012    

Intro to MVC

Once you understand MVC, lots in the iOS universe makes sense. In this episode we look at what MVC is and how it works. (7 minutes)
2-intro-objective-c
Episode #2     Aug 15, 2012    

Intro to Objective-C

If you've never seen Objective-C code, check out this episode as we demystify .m/.h files, classes, invoking methods, and the ever useful property. (9 minutes)
1-xcode-walkthrough
Episode #1     Aug 15, 2012    

Xcode Walkthrough

In this walkthrough we show you how to edit code, manage windows, use tabs, and make the most of your editor when building your applications. (11 minutes)