GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeVideosPlayerHeadingTextStyle - iOS

The BlazeVideosPlayerHeadingTextStyle struct defines the style settings for heading text in the Videos player.

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: BlazeVideosPlayerHeadingTextStyle.ContentSource

A type that determines which field will be displayed in the video's heading text.

numberOfLines

var numberOfLines: Int

The number of lines for the title.

Enum: ContentSource

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

Did this page help you?