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

Posted in Cocoa | Tagged , , , | 6 Comments

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

Posted in Objective-c | Tagged , , , , | 24 Comments

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

Posted in iPhone Programming | Tagged , , , , , , | 4 Comments

Introduction to Interface Builder with Xcode

Introduction to Interface Builder with Xcode and Objective-C.

Posted in Objective-c | Tagged , , , | Leave a comment

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!

Posted in Objective-c | Tagged , , , , | 25 Comments

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 … Continue reading

Posted in iPhone Programming | Tagged , , , , , | 1 Comment

Interface Builder Tips 1

Tips and tricks on using Interface Builder for iPhone programming.

Posted in iPhone Programming | Tagged , , | 6 Comments

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 … Continue reading

Posted in iPhone Programming | Tagged , , , , , | 5 Comments

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 … Continue reading

Posted in iPhone Programming | Tagged , , , , , | 3 Comments