ResourceHelper
open class ResourceHelper
ResourceHelper improves the ability to access resources.
Version
1.5.0Date
23/03/2019-
Initialize the helper.
Declaration
Swift
public init?(name: String, bundle: Bundle = Bundle.main)Parameters
nameThe name of the resource.
bundleThe bundle that the resource belongs to.
ResourceHelper Class Reference