| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An example for implementing a custom, animation and interaction enabled Container ViewController in iOS7.
This sample replicates a portion of the UINavigationController behavior.
ViewControllers can be pushed animated and popped interactively using the iOS7 pan-to-pop gesture from the left screen edge.
This class is just an example to show what the workflow for a custom container is. Therefore, only the pushing (animated) and popping (interactive) of childViewControllers is implemented and the interface is kept as simple as possible.
Note that there are some things in this example that do not follow Apple's container implementation style for the sake of simplicity:
| Back | FazBrowse Home | New Git URL |