Posts tagged as: beginner

iPhone Programming Tutorial – Connecting Code to An Interface Builder View

July 30th, 2008 Posted by: - posted under:Tutorials - 215 Comments

Finally, we get to write some real code! In this tutorial, I will show you how to create an interface using Interface Builder and connect it to your code. We will be creating a UITextField, UILabel, and a Button. Now, don’t be intimidated that this tutorial is so long. I have really went into detail explaining everything as I go. You could easily scan over it and get the gist of it. Here’s how the application …

READ MORE

iPhone Programming Tutorial – Beginner Interface Builder Hello World

July 29th, 2008 Posted by: - posted under:Tutorials - 72 Comments

digg_url = ‘http://digg.com/apple/iPhone_Programming_Tutorial_Beginner_Interface_Builder’;
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 …

READ MORE

iPhone Programming Tutorial – UITableView Hello World

July 26th, 2008 Posted by: - posted under:Tutorials - 163 Comments

In this tutorial I will walk to you through creating a simple “Hello World” application using a UITableView for the iPhone. There are many ways that a Hello World program could be made on the iPhone, I am going to show you the simplest. This tutorial assumes you have a basic understanding of Objective-C. Apple has provided a very simple and straight forward tutorial on Objective-C. You can find it .
You will learn how to:

READ MORE

iPhone Programming Tutorial – Getting Set Up

July 24th, 2008 Posted by: - posted under:Tutorials - 30 Comments

**This tutorial has been updated here. It will remain up for posterity sake**
This tutorial will detail all of the steps that you need to take to start developing native iPhone applications. After completing this tutorial, you should have all of the tools necessary to get started. *Note this tutorial assumes that you are running Mac OS X v10.5.3 or later. If you are running a Windowz box and reading this tutorial, then step 0.5 is …

READ MORE