Bundle
Undocumented
-
Loads the first view in the bundle.
Declaration
Swift
public func loadFirstView(nibName:String) -> UIView?Parameters
nibNameThe nibName of the bundle, as a String.
Return Value
UIView, the view it is attempting to load. Returns nil if no UIView exists.
Bundle Extension Reference