SFContainerViewController

MIT License
Objective-C
iOS

Powered by Appetize.io.

1 image

Author

Description

SFContainerViewController is a UIViewController subclass that can have multiple UIViewController children. It has no memory problems, if this controller is not visible, it will unload its view and all of his children views as you would expect from normal UIViewController. From the children view you can use freely navigationController, parentViewController ( will point to container itself ), interfaceOrientation.

In children controllers you do not to handle special cases, or call special functions, 'it just works'.

Tags