BlazeMomentsPlayerFooterGradientStyle - iOS
The BlazeMomentsPlayerFooterGradientStyle struct represents the footer gradient configuration for the moments view.
Properties
isVisible
var isVisible: BoolA flag indicates whether the gradient is visible.
startColor
var startColor: UIColorThe start color of the gradient.
endColor
var endColor: UIColorThe end color of the gradient.
endPositioning
var endPositioning: EndPositioningThe end positioning of the gradient.
Enums
EndPositioning
Enum class for defining the positioning of a gradient within a player or item container.
| Value | Description |
|---|---|
| bottomToContainer | Indicates that the gradient's bottom will start from the bottom of the player's container. |
| bottomToPlayer | Indicates that the gradient's bottom will start from the bottom of the player. |
Updated 11 days ago
Did this page help you?
