OnboardingPage
public struct OnboardingPage
OnboardingPage represents the onboarding page with all it’s properties.
-
Creates an
OnboardingPageinstance.Declaration
Swift
public init(imageName: String, title: String, description: String)Parameters
imageNameA name of the image associated with the onboarding page.
titleA title of the onboarding page
descriptionA short description of the onboarding page
View on GitHub
OnboardingPage Structure Reference