Advertisement
Guest User

Untitled

a guest
Jun 9th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (int i=0;i<100;i++) {
  2.     UIButton *thisButton = (UIButton *)[[self view] viewWithTag:i];
  3.     [thisButton setTitle:@"A" forState:UIControlStateNormal];
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement