Other Functions

The following functions are available globally.

  • Static initializer that creates a Dictionary from a .plist file.

    Declaration

    Swift

    public func loadPlist(path: String) -> [String : AnyObject]?

    Parameters

    path

    the path of the .plist file.

    Return Value

    initialized dictionary.