WelcomeStepUI

public protocol WelcomeStepUI : AnyObject

Enable customization of welcome 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 }
  • Footnote Label screen component

    Declaration

    Swift

    var footnoteLabel: UILabel! { get }
  • Footnote action button screen component

    Declaration

    Swift

    var footnoteActionButton: FUIOnboardingButton! { get }
  • Sets the availability of Demo controls on the ‘FUIWelcomeScreen’.

    Declaration

    Swift

    var isDemoModeAvailable: Bool { get set }