OnboardingPage

public struct OnboardingPage

OnboardingPage represents the onboarding page with all it’s properties.

  • Creates an OnboardingPage instance.

    Declaration

    Swift

    public init(imageName: String, title: String, description: String)

    Parameters

    imageName

    A name of the image associated with the onboarding page.

    title

    A title of the onboarding page

    description

    A short description of the onboarding page