Changes

Creating an Interactive iOS 4 iPad App (Xcode 4)

32 bytes added, 19:57, 17 May 2011
Adding Actions and Outlets
@end
</pre>
<google>BUY_IPAD_BOTTOM</google>
The first step is to instruct Objective-C to synthesize accessor methods for our tempText and resultLabel objects and then to implement the convertTemp method. The relevant section of the ''UnitConverterViewController.m'' file should now read as follows: