RSDEmbeddedResourceUIAction
public protocol RSDEmbeddedResourceUIAction : RSDDecodableBundleInfo, RSDUIAction
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? { get }
-
buttonIconExtension methodThe icon to display on the button associated with this action.
Declaration
Swift
public var buttonIcon: RSDImage? { get }
View on GitHub
RSDEmbeddedResourceUIAction Protocol Reference