Showing posts with label Xcode. Show all posts
Showing posts with label Xcode. Show all posts

Tuesday, March 16, 2010

IBOulet

This is an identifier used before to declare a variable

Use example:

IBOutlet UITextField*txtUserName;

Where:

UITextFiel= Type of variable

txtUserName= Name of the variable

IBOutlet is used in order to be able the interface builder to synchronize the display and connections of outlets with Xcode.

Related Posts Plugin for WordPress, Blogger...