Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

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

Directory Paths on the iPhone and iPad

The correct way to retrieve the path of the documents directory in iOS is, according to Apple Documentation: I never seem to be able to remember this when I need it. So I wrapped this and other directory related routines … Continue reading

Posted in Code Snippets | Tagged | Leave a comment