-
Notifications
You must be signed in to change notification settings - Fork 3
Dismiss ViewControllers
Arthur Guiot edited this page Sep 16, 2018
·
1 revision
This method will dismiss the current ViewController and go back to the last one.
Example:
P.pop()This method will dismiss the current ViewController and go back to the original ViewController.
Example:
P.popToRoot()