RSDEmbeddedResourceUIAction

public protocol RSDEmbeddedResourceUIAction: RSDUIAction, RSDDecodableBundleInfo

RSDEmbeddedResourceUIAction is a convenience protocol for returning an image using an encodable strings for the name and bundle identifier.

  • The name of the icon to display on the button associated with this action.

    Declaration

    Swift

    var iconName: String?
  • buttonIcon Extension method

    The icon to display on the button associated with this action.

    Declaration

    Swift

    public var buttonIcon: UIImage?