Onboarding

  • Page view embedding the necessary onboarding views.

    Note

    The onboarding always includes the welcome view but others screens can be optional. Currently it can include: OnboardWelcomeView, OnboardCloudDataView and OnboardPollView.
    See more

    Declaration

    Swift

    class OnboardingViewController : UIPageViewController, UIPageViewControllerDelegate, UIPageViewControllerDataSource
  • Coordinator responsible for the navigation of the onboarding.

    See more

    Declaration

    Swift

    class OnboardWelcomeNavCoordinator : OnboardWelcomeCoordinator
  • Welcome content view implemented in SwiftUI.

    See more

    Declaration

    Swift

    struct OnboardWelcomeView : View
  • Cloud data content view implemented in SwiftUI.

    Note

    Shown when the app is loaded for the first time and the cloud data needs to be verified.
    See more

    Declaration

    Swift

    struct OnboardCloudDataView : View
  • Poll content view implemented in SwiftUI.

    Note

    Shows a small roadmap of future features to let the user choose which one is more important.
    See more

    Declaration

    Swift

    struct OnboardPollView : View