Changes

Jump to: navigation, search
no edit summary
@property (nonatomic, retain) IBOutlet UILabel *tapStatus;
@end
</pre>
 
Having declared the outlets in the interface file, edit the touchViewController.m implementation file and add the corresponding @synthesize directive:
#import "touchViewController.h"

Navigation menu