GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeFirstTimeSlideCTAStyle - iOS

The BlazeFirstTimeSlideCTAStyle struct represents the style configuration for the Call to Action (CTA) button in the first-time slide.

title

var title: String

The title text of the CTA button.

backgroundColor

var backgroundColor: UIColor

The background color of the CTA button.

textColor

var textColor: UIColor

The text color of the CTA button.

font

var font: UIFont

The font of the text in the CTA button.

cornerRadius

var cornerRadius: CGFloat

The corner radius of the CTA button.

height

var height: CGFloat

The height of the CTA button.

width

var width: CGFloat?

The width of the CTA button.


Did this page help you?