Guest User

Untitled

a guest
Jan 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. - (IBAction)buttonTouchDown:(id)sender
  3. {
  4. label.text = @"Zap!";
  5. label.textAlignment = UITextAlignmentCenter;
  6. }
  7. - (IBAction)buttonTouchUp:(id)sender
  8. {
  9. label.text = @"Don't touch this button or else...";
  10. }
  11. /*
Add Comment
Please, Sign In to add comment