Skip to content

Dismiss ViewControllers

Arthur Guiot edited this page Sep 16, 2018 · 1 revision

pop

This method will dismiss the current ViewController and go back to the last one.

Example:

P.pop()

popToRoot

This method will dismiss the current ViewController and go back to the original ViewController.

Example:

P.popToRoot()

Clone this wiki locally