TutorialViewController

public final class TutorialViewController : UIViewController

Undocumented

  • Create a new TutorialViewController to show the tutorial.

    Declaration

    Swift

    public class func instantiate() -> UIViewController?
  • Create a new TutorialViewController. If given a collection of changes, it will show a “Recent Changes” page with the contents. Otherwise, it will show the tutorial pages.

    @param changes optional collection of changes that this version contains over past ones

    Declaration

    Swift

    public class func instantiateChanges(_ changes: [String]) -> UIViewController?
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    override public func prepare(for segue: UIStoryboardSegue, sender: Any?)