GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeStoryPlayerButtonCustomImageStates

The BlazeStoryPlayerButtonCustomImageStates struct represents the configuration for a custom image for a story 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 BlazeStoryPlayerButtonCustomImageStates with the specified image configuration.

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

Did this page help you?