Guest User

Untitled

a guest
Jan 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. for(UIButton *button1 in b90){
  2. button1.transform = CGAffineTransformMakeRotation( ( 90 * M_PI ) / 180 );
  3. }
Add Comment
Please, Sign In to add comment