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)
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)
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)
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)
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)