GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerFooterGradientStyle - iOS

The BlazeMomentsPlayerFooterGradientStyle struct represents the footer gradient configuration for the moments view.

Properties

isVisible

var isVisible: Bool

A flag indicates whether the gradient is visible.

startColor

var startColor: UIColor

The start color of the gradient.

endColor

var endColor: UIColor

The end color of the gradient.

endPositioning

var endPositioning: EndPositioning

The end positioning of the gradient.

Enums

EndPositioning

Enum class for defining the positioning of a gradient within a player or item container.

ValueDescription
bottomToContainerIndicates that the gradient's bottom will start from the bottom of the player's container.
bottomToPlayerIndicates that the gradient's bottom will start from the bottom of the player.

Did this page help you?