Skip to content
kerrishotts edited this page Nov 14, 2012 · 1 revision

(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.

Example:

PKUI.CORE.hideView ( testView1 );

Notes

  • Pretty much never used, except internally or when managing views manually.
  • Do not use unless you understand the consequences of what occurs on the view stack.

Version

0.1 Introduced

0.2 Docs Valid

Clone this wiki locally