hello my name is james and im just starting out as a programmer and so far i ve programed two apps thi being my second and ive encountered a problem
#import "AppController.h"
@implementation AppController
- (IBAction)add3:(id)sender {
[textBox1 setIntValue:[textBox1 intValue] + 3]...