StackController
Last updated
Last updated
Adds a View (dynamically at the Runtime) to the StackView.
Parameters
view
Pointer to the View which should be added to the StackView.
index
Position to add the View into the StackView.
Set Views animation.
Parameters
animated
Removes a View from the StackView.
Parameters
index
Removes the View at position index from the StackView.
Set or return the state of the StackView.
Animate all Views while collapsing/expanding.
Collection of ViewControllers.
Sample Code
MyStackController1 Open
-Event:
A specifiying the animation state of the StackController.