We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(part of PKUI.CORE)
Return Type: void
Parameters: theView ( view )
Hides theView and pops the topmost view on the stack into currentView. Calls viewWillHide and viewDidHide if defined on the view.
theView
currentView
viewWillHide
viewDidHide
Example:
PKUI.CORE.hideView ( testView1 );
0.1 Introduced
0.2 Docs Valid