Guest User

Untitled

a guest
Feb 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. let options: UIViewAnimationOptions = [.allowUserInteraction, .beginFromCurrentState]
  2. UIView.animate(withDuration: 2.5, delay: 0.0, options: options, animations: {
  3. self.runLayoutSubviewsAlgorithm()
  4. })
Add Comment
Please, Sign In to add comment