Skip to content
kerrishotts edited this page Nov 14, 2012 · 2 revisions

(part of PKUI.CORE)

Return Type: void

Parameters: theView ( view )

Pushes theView onto the viewStack, and makes sure it is visible. If the view defines them, viewWillAppear() and viewDidAppear() will be called as well.

Example:

PKUI.CORE.showView ( testView1 );

Version

0.1 Introduced

0.2 Docs Valid

Clone this wiki locally