ActivationStepUI
public protocol ActivationStepUI
Enable customization of activation screen UI components
-
Headline Label screen component
Declaration
Swift
var headlineLabel: UILabel! { get } -
Detail Label screen component
Declaration
Swift
var detailLabel: UILabel! { get } -
Primary Action button screen component
Declaration
Swift
var primaryActionButton: FUIOnboardingButton! { get } -
Subheadline Label screen component
Declaration
Swift
var subheadlineLabel: UILabel! { get } -
Secondary action button screen component
Declaration
Swift
var secondaryActionButton: FUIOnboardingButton! { get }