Guest User

Untitled

a guest
Feb 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. let options: UIViewAnimationOptions = [.allowUserInteraction, .beginFromCurrentState]
  2. UIView.animate(withDuration: 0.4, delay: 0.0, options: options, animations: {
  3. self.headerViewController.view.frame.size.height = 120
  4. self.contentViewController.view.frame.size.height = 320
  5. self.moreViewController.view.frame.size.height = 210
  6. })
Add Comment
Please, Sign In to add comment