BlazeVideosPlayerHeadingTextStyle - iOS
The BlazeVideosPlayerHeadingTextStyle struct defines the style settings for heading text in the Videos player.
Properties
font
var font: UIFontThe font of the text.
textColor
var textColor: UIColorThe color of the text.
isVisible
var isVisible: BoolIndicates whether the text should be visible.
contentSource
var contentSource: BlazeVideosPlayerHeadingTextStyle.ContentSourceA type that determines which field will be displayed in the video's heading text.
numberOfLines
var numberOfLines: IntThe number of lines for the title.
Enum: ContentSource
| Value | Description |
|---|---|
title | Heading text will display the title field. |
subtitle | Heading text will display the subtitle field. |
Updated 11 days ago
Did this page help you?
