CustomResourceProvider

public protocol CustomResourceProvider

Custom resource provider protocol which allows clients to override the default Gini resources. The change will affect all screens.

  • Returns a custom preferred color for a given resource name.

    Declaration

    Swift

    func customPrefferedColor(name: String) -> UIColor

    Parameters

    name

    The name of the resource.

    Return Value

    The custom preferred UIColor.