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:
Post a Comment