Created
January 19, 2020 22:09
-
-
Save vinczebalazs/1c8855f4836b728b894f88bef2224721 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let presentationController = SheetModalPresentationController(presentedViewController: vc, | |
presenting: self, | |
height: height) | |
vc.transitioningDelegate = presentationController | |
vc.modalPresentationStyle = .custom | |
present(vc, animated: true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment