PKGInstantiatableStoryboard
public protocol PKGInstantiatableStoryboard : PKGInstantiatableController
This protocol defines an instantiatable controller from storyboard.
-
The source storyboard.
Declaration
Swift
static var storyboardSource: UIStoryboard { get } -
The controller identifier specified in
storyboardSource(Storyboard).Declaration
Swift
static var storyboardIdentifier: String { get } -
create()Extension methodDeclaration
Swift
public static func create() -> UIViewController & PKGControllerProtocol -
shouldWrapInNavigationControllerExtension methodDeclaration
Swift
public static var shouldWrapInNavigationController: Bool { get } -
configure(selfController:Extension method) Declaration
Swift
public static func configure(selfController: UIViewController)
View on GitHub
Install in Dash
PKGInstantiatableStoryboard Protocol Reference