GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeStoryPlayerLastUpdateTextStyle - iOS

The BlazeStoryPlayerLastUpdateTextStyle struct represents the style and appearance of last update text used in a story player.

Language and localization

BlazeStoryPlayerLastUpdateTextStyle does not change the language or wording of the last-update label. Use it only for appearance: font, color, text case, and visibility.

Properties

font

var font: UIFont

The font of the text.

textColor

var textColor: UIColor

The color of the text.

textCase

var textCase: BlazeTextCase

The text case to use.

isVisible

var isVisible: Bool

Indicates whether the text is visible.


Did this page help you?