UIViewController
Undocumented
-
Calls forceLoad() on its view. See Extensions->UIView->forceLoad() for more information.
Declaration
Swift
public func forceLoad()
Return Value
None
-
Finds the initial UIViewController from the given UIStoryboard.
Declaration
Swift
public static func initialFrom(storyBoardName:String) -> UIViewController
Parameters
storyBoardName
String of the name of the UIStoryboard.
Return Value
The initial UIViewController of the UIStoryboard given.