ResourceHelper

open class ResourceHelper

ResourceHelper improves the ability to access resources.

Author

Adamas

Version

1.5.0

Date

23/03/2019
  • Initialize the helper.

    Declaration

    Swift

    public init?(name: String, bundle: Bundle = Bundle.main)

    Parameters

    name

    The name of the resource.

    bundle

    The bundle that the resource belongs to.