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?
-
buttonIconExtension methodThe icon to display on the button associated with this action.
Declaration
Swift
public var buttonIcon: UIImage?
View on GitHub
RSDEmbeddedResourceUIAction Protocol Reference