GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeStoryPlayerChipStyle - iOS

The BlazeStoryPlayerChipStyle struct represents the style of a chip used in a story.

Properties

titlePadding

var titlePadding: NSDirectionalEdgeInsets

The padding for the title within the chip.

text

var text: String

The text displayed on the chip.

textColor

var textColor: UIColor

The color of the text.

backgroundColor

var backgroundColor: UIColor

The background color of the chip.

isVisible

var isVisible: Bool

Indicates whether the chip is visible.


Did this page help you?