This repository was archived by the owner on Jul 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
A reimplementation of UINavigationController
License
csm/CustomNavigationController
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a reimplementation of UINavigationController, with some extra features, and some missing features. The biggest added feature is it supports different animation directions, which can be helpful for doing different kinds of transitions. For example, I made an application where you switch between view controllers (kind of like a tab bar controller) and the transitions animate up and down. This code isn't really set up in a project as-is, just include it in your project. You will want to: - Subclass CustomViewController if your content view controller previously subclassed UIViewController, or - Subclass CustomTableViewController if your content view controller previously subclassed UITableViewController, and - Use the property customNavigationController instead of navigationController. That's the extent of the documentation you'll get for now. Read the code :)
About
A reimplementation of UINavigationController
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published