Tag Archives: UIKit

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

Handy UIKit Debugging Functions

I don’t know how many times I had typed something like

before I discovered that UIKit has the following handy string conversions functions

Reference UIKit Function Reference

Posted in Code Snippets | Tagged , , , | Leave a comment