RSDUIAction
public protocol RSDUIAction : Codable
The RSDUIAction protocol can be used to customize the title and image displayed for a
given action of the UI.
-
The title to display on the button associated with this action.
Declaration
Swift
var buttonTitle: String? -
The icon to display on the button associated with this action.
Declaration
Swift
var buttonIcon: UIImage?
View on GitHub
RSDUIAction Protocol Reference