Learn how to add an index bar in your UITableView.
Create a UITabBarController from scratch
Add a tab bar view to your application and build it up from scratch utilizing UITabBarController.
Create a Detail View Page using UIImageView, UITextView and UILabel
Learn how to create your own detail view page using some basic Cocoa Touch UI elements.
Customize that UIViewCell – Part 1: Using Interface Builder
We build on the first tutorial to customize cells by adding a cover image and a couple of labels to them all using Interface Builder.
Hello UITableView!
You will learn how to construct a table view, populate it with data and assign functionality to your cells.