OnboardingViewController

class OnboardingViewController : UIPageViewController, UIPageViewControllerDelegate, UIPageViewControllerDataSource

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.
  • List of view controller’s for the UIPageViewController.

    Declaration

    Swift

    var pages: [UIViewController]