Skip to content

Instantly share code, notes, and snippets.

@vinczebalazs
Created January 19, 2020 22:09
Show Gist options
  • Save vinczebalazs/1c8855f4836b728b894f88bef2224721 to your computer and use it in GitHub Desktop.
Save vinczebalazs/1c8855f4836b728b894f88bef2224721 to your computer and use it in GitHub Desktop.
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