GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerButtonCustomImageStates

The BlazeMomentsPlayerButtonCustomImageStates struct represents the configuration for a custom image for a moment button.

Properties

default

var `default`: UIImage

The default image for the button

selected

var selected: UIImage?

The selected image for the button

Initialization

Initializes a new instance of BlazeMomentButtonCustomImage with the specified image configuration.

init(`default`: UIImage,
         selected: UIImage?)

Did this page help you?