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.
- Content language (title, description, subtitle, CTA): set translations in the CMS and pass the viewer language with
setPreferredLanguage. - Last-update label: not a localizable CMS field and not controlled by
setPreferredLanguage. See Text localization and What is not localized.
Properties
font
var font: UIFontThe font of the text.
textColor
var textColor: UIColorThe color of the text.
textCase
var textCase: BlazeTextCaseThe text case to use.
isVisible
var isVisible: BoolIndicates whether the text is visible.
Updated 11 days ago
Did this page help you?
