GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeFirstTimeSlideInstructionStyle - iOS

The BlazeFirstTimeSlideInstructionStyle struct represents an instruction to be displayed in the first-time slide.

Properties

headerText

var headerText: BlazeFirstTimeSlideTextStyle

The text content and appearance for the instruction's header.

descriptionText

var descriptionText: BlazeFirstTimeSlideTextStyle

The text content and appearance for the instruction's description.

icon

var icon: UIImage?

The image for the instruction's icon.

isVisible

var isVisible: Bool

A flag indicating whether the instruction should be visible.


Did this page help you?