Skip to content

UI container that able to handle multiple view controllers in one, with switch animation like card shuffle

License

Notifications You must be signed in to change notification settings

Animaxx/A-ViewContainer

Repository files navigation

A-ViewContainer

Multiple controller cards container

Default style:

demo1

Extra animation:

demo2

Usage

// If the view is A_MultipleViewContainer already, then you don't need to call InstallTo method.
A_MultipleViewContainer *centerView = [A_MultipleViewContainer A_InstallTo:self.view];
[centerView A_AddChild:[DemoLabelViewController createWithNumber:0]];
[centerView A_AddChild:[DemoLabelViewController createWithNumber:1]];
[centerView A_AddChild:[DemoLabelViewController createWithNumber:2]];
[centerView A_AddChild:[DemoLabelViewController createWithNumber:3]];
[centerView A_Display];

About

UI container that able to handle multiple view controllers in one, with switch animation like card shuffle

Resources

License

Stars

Watchers

Forks

Packages

No packages published