iPhone Programming Tutorial � Beginner Interface Builder Hello World

In my last tutorial UITableView Hello World I said that there are many ways to write a �Hello World� tutorial for the iPhone. Here is one using Interface Builder. Last time, I demonstrated a simple way to populate one cell in a UITableView with some text. Today�s tutorial is even simpler. I will show you how to work with Interface Builder to create a simple layout for you application. In fact, you won�t write any code at all! In my next tutorial, I will detail how to interface with your UI components in code.
Continue Reading �

Related Posts