I've searched here but I was not able to find a solution.
I'm trying this:
I'm obviously not doing this correctly. Does anyone have any ideas on how to get this to work?
Thanks for any help.
I'm trying this:
Code:
NSInteger *sum;
@property (assign) NSInteger *sum;
@synthesize sum;
Code:
sum = [First1Total.text integerValue] + [First2.text integerValue];
First2Total.text = [sum stringValue];
I'm obviously not doing this correctly. Does anyone have any ideas on how to get this to work?
Thanks for any help.