UITableView is one of the most common controls in UIKit. This episode will show you the basics of how to make your view controller act as the delegate & datasource for the table view, as well as reading sample data (beers) from a plist file.
In this episode, I cover Objective-C the language. I cover the syntax of classes & methods, then go over how to work with objects using retain, release, and autorelease.
In this episode, I cover what happens if you make a mistake in your memory management. You'll see how the app behaves as well as how to find & fix these issues using Xcode & Instruments.