Last active
August 15, 2017 18:45
-
-
Save eMdOS/f85c769d2b90ecc361b73c534073e3cb to your computer and use it in GitHub Desktop.
Safe View Controller instances from Storyboards
This file contains hidden or 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
| @available(iOS 5.0, *) | |
| open class UIStoryboard : NSObject { | |
| public /*not inherited*/ init(name: String, bundle storyboardBundleOrNil: Bundle?) | |
| open func instantiateInitialViewController() -> UIViewController? | |
| open func instantiateViewController(withIdentifier identifier: String) -> UIViewController | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment