Posts tagged as: iphone sdk

iPhone Programming Tutorial – Transitioning Between Views

August 3rd, 2008 Posted by: - posted under:Tutorials - 211 Comments

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 wrote. So if you have not completed it yet, go ahead and do it and come back to this page. (It’s quick I promise). You can view it here.
In this tutorial you will learn:

Add A …

READ MORE

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