Page cover image

How it works

At the heart of StackView are three layers of embedded DesktopContainers.

The top layer is a DesktopContainer of type ViewController 3. You design your interface on a ViewController.

Each ViewController is embedded in another DesktopContainer of type StackController 2. The StackController is responsible for showing and hiding the embedded ViewControllers and provide a heading as well.

Finally StackControllers are embedded in a DesktopContainer of type ScrollController 1 . These deal with scrolling if the shown embedded controls take up more space when is available.

Structure

Last updated