Bundle

public extension Bundle

This extension adds a simple accessor to fetch the URL, and an accessor to get the large app icon.

  • The root server URI as a string.

    Declaration

    Swift

    var rootServerURI: String? { get }
  • This returns the largest app icon from the bundle.

    Declaration

    Swift

    var largeAppIcon: UIImage? { get }