Guest User

Untitled

a guest
Jul 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. runAnimation(duration: 0.5, {
  2.  
  3. self.leadingConstraint = self.infosView.leftAnchor.constraint(equalTo: self.view.leftAnchor, constant: -500)
  4. self.leadingConstraint.isActive = true
  5. self.leadingConstraint.constant = 500
  6.  
  7. self.testButton.superview?.layoutSubtreeIfNeeded()
  8.  
  9. self.infosViewOpened = true
  10.  
  11. })
Add Comment
Please, Sign In to add comment