Created
October 16, 2015 11:14
-
-
Save steve228uk/1fc2a1fe475e3f3a7ee9 to your computer and use it in GitHub Desktop.
Transparent tvOS modal
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
providesPresentationContextTransitionStyle = true | |
definesPresentationContext = true | |
modalVc.modalPresentationStyle = .OverCurrentContext | |
presentViewController(modalVc, animated: true, completion: nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment