NSBundle(AerisMapKit)

@interface NSBundle (AerisMapKit)

Helpers and utilities on NSBundle for use within the Aeris SDK.

  • Returns the main framework bundle.

    Declaration

    Objective-C

    + (NSBundle *)awf_aerisMapKitBundle;

    Swift

    class func awf_aerisMapKit() -> Bundle!
  • Returns the resource bundle associated with the library.

    Declaration

    Objective-C

    + (NSBundle *)awf_aerisMapKitResourcesBundle;

    Swift

    class func awf_aerisMapKitResources() -> Bundle!
  • Returns the bundle containing the language strings files associated with the library.

    Declaration

    Objective-C

    + (NSBundle *)awf_aerisMapKitStringsBundle;

    Swift

    class func awf_aerisMapKitStrings() -> Bundle!