Guest User

Untitled

a guest
Dec 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. [UIView beginAnimations:nil context:NULL];
  2. [UIView setAnimationDuration:100000.0f];
  3.  
  4. titanic.transform = CGAffineTransformMakeTranslation(-2000, 0)
  5.  
  6. [UIView commitAnimations];
Add Comment
Please, Sign In to add comment