TutorialContentPagerViewController

public final class TutorialContentPagerViewController : UIPageViewController
extension TutorialContentPagerViewController: UIPageViewControllerDataSource

Undocumented

  • Undocumented

    Declaration

    Swift

    public var changes: [String]?
  • Undocumented

    Declaration

    Swift

    override public func viewDidLoad()
  • Undocumented

    Declaration

    Swift

    @IBAction
    func donePressed(_ sender: Any)
  • Undocumented

    Declaration

    Swift

    public func nextPage()
  • Undocumented

    Declaration

    Swift

    public func previousPage()
  • Undocumented

    Declaration

    Swift

    public func pageViewController(
      _ pageViewController: UIPageViewController,
      viewControllerBefore viewController: UIViewController
    ) -> UIViewController?
  • Undocumented

    Declaration

    Swift

    public func pageViewController(
      _ pageViewController: UIPageViewController,
      viewControllerAfter viewController: UIViewController
    ) -> UIViewController?
  • Undocumented

    Declaration

    Swift

    public func presentationCount(for pageViewController: UIPageViewController) -> Int
  • Undocumented

    Declaration

    Swift

    public func presentationIndex(for pageViewController: UIPageViewController) -> Int