UIStoryboard
class UIStoryboard : NSObject
-
Instantiate
UIViewControllerand returns theElementDeclaration
Swift
open func instantiate<Element>(viewController type: Element.Type) -> Element where Element : UIViewControllerParameters
viewControllerGeneric type
UIViewControllerstoryboardoptional storyboard. Default
element.storyboardanimateddefault = true
View on GitHub
UIStoryboard Extension Reference