Guest User

Untitled

a guest
Aug 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. topController.modalPresentationStyle = UIModalPresentationStyle.overCurrentContext
  2. bottomController.modalPresentationStyle = UIModalPresentationStyle.currentContext
  3. bottomController.present(topController, animated: true, completion: nil)
Add Comment
Please, Sign In to add comment