Guest User

Untitled

a guest
Feb 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @objc func onRotated() {
  2.  
  3. // portrait
  4. if UIDeviceOrientationIsPortrait(UIDevice.current.orientation) {
  5.  
  6. }
  7.  
  8. // landscape
  9. else if UIDeviceOrientationIsLandscape(UIDevice.current.orientation) {
  10.  
  11. }
  12. }
Add Comment
Please, Sign In to add comment