You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If theView is specified, pops all views off the stack until theView is the topmost view on the stack. If theView is not specified, all views but the bottommost will be popped. (Equivalent to a "popToRoot".)
All popped views will have their lifecycle events called, if defined, and will be hidden from the screen.
Example:
PKUI.CORE.popToView ( testView2 );
PKUI.CORE.popToView (); // pops all views but the bottom view on the stack