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.

No comments:

Related Posts Plugin for WordPress, Blogger...