-
Subscribe
Categories
Tutorials
- iPhone Coding – Turbo Charging Your Apps With NSOperation
- iPhone Coding Recipe – Shortening URLs
- iPhone Coding Recipe: Live Character Counter, Word filter, and 1337 Translator For A UITextField
- UITextField – A Complete API Overview
- iPhone Coding Tutorial – In Application Emailing
- iPhone Coding Tutorial – Inserting A UITextField In A UIAlertView
- iPhone Coding Tutorial – Creating an Online Leaderboard For Your Games
- Debugging Tutorial – Automating Your Tests With A UIRecorder Instrument
- Objective-C Tutorial: NSArray
- iPhone Programming Tutorial: Animating A Game Sprite
-
Archives
Category Archives: Interface Builder
iPhone Programming Tutorial – Beginner Interface Builder Hello World
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 [...]
Also posted in iPhone Programming Tutorials Tagged beginner, example, Interface Builder, iphone code, iphone tutorial, xcode 55 Comments
iPhone Programming Tutorial – Connecting Code to An Interface Builder View
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. [...]
Also posted in iPhone Programming Tutorials Tagged apple, beginner, hello world, iphone example program, iphone programming, iphone sdk, tutorial 165 Comments
iPhone Programming Tutorial – Beginner Interface Builder Hello World
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 [...]
Also posted in iPhone Programming Tutorials Tagged beginner, example, Interface Builder, iphone code, iphone tutorial, xcode 55 Comments


iPhone Programming Tutorial – Connecting Code to An Interface Builder View