iPhone Programming Tutorial – Transitioning Between Views
This tutorial will focus on transitioning from one view to another. We will be utilizing Apple’s UINavigationController. I will be using the code from the “Hello World” tutorial that I previously...
View ArticleiPhone Programming Tutorial – Populating UITableView With An NSArray
The goal of this tutorial is to show you how to populate a UITableView with data from an array of objects. This will be the building block to display XML data as well as SQL data. The theme of this...
View ArticleiPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 1
If you have been following my tutorials, you know that we have been working primarily with UITableViews. This is mostly because SO many applications can be developed using this simple control. This...
View ArticleiPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 3
This is part 3 in our multipart series of creating a todo list for the iPhone. For this, you must have completed the following tutorials. iPhone Programming Tutorial – Creating a ToDo List Using SQLite...
View ArticleiPhone Programming Tutorial – Using A TabBarView To Switch Between Views
In this tutorial I will show you how to develop a UITabBarController which contains a custom UIView from one of the tabs and a UINavigationController with a UITableView dictated byUISegmentControl in...
View ArticleCustom UITableViewCell Using Interface Builder
Hey everyone, welcome to my first of many screencasts coming in the next few weeks. Today I am going to show you how to layout a UITableViewCell in Interface Builder and have a UITableView populate...
View ArticleCloning UIImagePickerController using the Assets Library Framework
Hello iCoders. This is a follow up post to my initial post on the Assets Library Framework and Blocks. We came across an interesting problem when working on the application for Animoto.com. They have...
View Article