Changes

Jump to: navigation, search

Creating an Interactive iOS 4 iPhone App (Xcode 4)

1 byte added, 17:50, 1 August 2011
Adding Actions and Outlets
@property (nonatomic, retain) IBOutlet UITextField *tempText;
@end
</pre>
Next we need to declare the action that will be called when the user touches the Convert button in our user interface. This is declared using the IBAction keyword:

Navigation menu