GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeStoryPlayerHeaderGradientStyle - iOS

The BlazeStoryPlayerHeaderGradientStyle struct represents the gradient configuration for the story's 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.


Did this page help you?