Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. -(IBAction)plusminusButton:(id)sender { // Interface Builder action for plus (+)
  2. [self saveValueOfOperator:PLUSMINUS];
  3. [self saveValueOfArg1];
  4. [self calculateAnswer];
  5.  
  6. [self setCalcAreaNumber:[NSString stringWithFormat:@"%f", calcAnswer]]; // float (double) to string
  7. [self setTextCalcAreaLabel];
  8. [self saveValueofAnswer];
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement