Skip to content

Instantly share code, notes, and snippets.

@eMdOS
Last active August 15, 2017 18:45
Show Gist options
  • Save eMdOS/f85c769d2b90ecc361b73c534073e3cb to your computer and use it in GitHub Desktop.
Save eMdOS/f85c769d2b90ecc361b73c534073e3cb to your computer and use it in GitHub Desktop.
Safe View Controller instances from Storyboards
@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