Guest User

Untitled

a guest
Mar 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
  2.  
  3. if UIDevice.current.orientation == .portrait
  4. {
  5.  
  6. self.stackV.axis = UILayoutConstraintAxis.vertical
  7. }
  8. else
  9. {
  10.  
  11. self.stackV.axis = UILayoutConstraintAxis.horizontal
  12. }
  13.  
  14. }
Add Comment
Please, Sign In to add comment