Skip to content

PKUI.CORE.pushColumnView

kerrishotts edited this page Nov 14, 2012 · 1 revision

(part of PKUI.CORE)

Return Type: void

Parameters: theView ( view )

Used for column view management. Pushes theView onto the view stack and ensures that it is positioned correctly. If any lifecycle methods are defined on the view, they will be called.

If the view would be off the screen on the right, the screen is scrolled to ensure that the view is visible.

Notes

Version

0.2 Introduced; Docs Valid

Clone this wiki locally