Tag Archives: UITableView

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: Using UITableView

This is a brief tutorial on how to use UITableView. Instead of populating the table with a list of hard-coded strings, I would like to show you how to do something (slightly) more useful: list all the fonts available on … Continue reading

Posted in Tutorial | Tagged , , | 2 Comments