Bundle

Undocumented

  • Loads the first view in the bundle.

    Declaration

    Swift

    public func loadFirstView(nibName:String) -> UIView?

    Parameters

    nibName

    The nibName of the bundle, as a String.

    Return Value

    UIView, the view it is attempting to load. Returns nil if no UIView exists.