Category Archives: Tutorial

Tutorial: UINavigationController and UITableView Interactions

This tutorial takes up where Using UITableView: Adding A Detail View left off. If you completed that tutorial you should be able to continue on with your existing project. If you just want to follow along for this tutorial you … Continue reading

Posted in Tutorial | Tagged , | Leave a comment

Tutorial: Using UITableView — Adding A Detail View in XCode 4

In this tutorial you’ll learn how to add a detail view controller to a the UITableView you created in the first Using UITableView tutorial. You’ll be using the visual editor in XCode 4 to layout the view. The view you’ll … Continue reading

Posted in Tutorial | Tagged , , , | Leave a comment

Tutorial: How to Rename a Class using Refactor in Xcode 4 and Xcode 5

Update: Although this post was originally written about Xcode 4 the procedure is the same in Xcode 5 I’ve always found it annoying that the Apple templates for Navigation-based Projects called the root view controller class RootViewController. If you create … Continue reading

Posted in Tutorial | Tagged , , , , | 3 Comments