Tag Archives: Builder

4. Interface Builder, Controls, Target-Action

(April 13, 2009) Alan Cannistraro discusses the interface builder, controls, and target-action. Stanford University: www.stanford.edu Stanford School of Engineering: soe.stanford.edu Stanford University Channel on YouTube: www.youtube.com

October 27, 2011 Posted by: Permalink

iPhone SDK 3.1 Interface Builder Tutorial Part2/3

This is part 2 of how to quicky build a Iphone App that use UITabBar and UITableViewController. Mostly done with interface builder and connecting classes to the graphic elements! www.muhaye.com

March 9, 2011 Posted by: Permalink

Tutorial 2 Introducción al iphone sdk INTERFACE BUILDER// pynsoft.com // www.iphoneprogramacion.com

El código fuente del tutorial está disponible en: sites.google.com BLOG: www.iphoneprogramacion.com WEB: www.pynsoft.com

January 21, 2011 Posted by: Permalink

Introduction to Interface Builder with Xcode

Introduction to Interface Builder with Xcode and Objective-C.

January 20, 2011 Posted by: Permalink

Intro to Interface Builder Outlets (IBOutlet)

Brand new site – walltlet.com Visit now! This video will help beginners learn how to use Interface Builder to use Objective-C code to interact with UI elements implemented in their Mac OS X applications. Enjoy!

November 5, 2010 Posted by: Permalink

How to Use a Slider Interface Builder Style – Step Three

Step 3: Add the View Controller to Your App Delegate In this video you will see how to create an instance of your view controller subclass in your app delegate and add its view to your app’s window. This is how your user’s will ultimately see the things you create in Interface Builder. Want more?  Read more »

September 18, 2010 Posted by: Permalink

Interface Builder Tips 1

Tips and tricks on using Interface Builder for iPhone programming.

September 3, 2010 Posted by: Permalink

How to Use a Slider Interface Builder Style – Step Five

Step 5: Make Connections Now that you have created your View with Interface Builder and coded your View element’s behavior in XCode you need to connect your user controls on the view with their code equivalents in XCode. This is the tricky part, but this video will show you how to do this. Want more?  Read more »

August 26, 2010 Posted by: Permalink

How to Use a Slider Interface Builder Style – Step Four

Step 4: Configure the View In this video you will see how to use Interface Builder to visually create the elements to your View on the iPhone. I will be adding a label control and a slider control and setting their properties – all in Interface Builder. Want more? On my website, How to Make  Read more »

August 13, 2010 Posted by: Permalink