Guest User

Untitled

a guest
Oct 21st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. [UIView animateWithDuration:1.0 delay:.5 options:UIViewAnimationOptionCurveEaseInOut animations:^{
  2. knobLeftOverlay.transform = CGAffineTransformMakeRotation(M_PI*1.00);
  3. } completion:NO];
Add Comment
Please, Sign In to add comment