GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerHeadingTextStyle - iOS

The BlazeMomentsPlayerHeadingTextStyle struct represents the style of text used for a moment's heading.

Properties

font

var font: UIFont

The font of the text.

textColor

var textColor: UIColor

The color of the text.

isVisible

var isVisible: Bool

Indicates whether the text should be visible.

contentSource

var contentSource: BlazeMomentsPlayerHeadingTextStyle.ContentSource

A type that determines which field will be displayed in the moment's header text.

ContentSource

ValueDescription
titleHeading text will display the title field.
subtitleHeading text will display subtitle field.

Did this page help you?