Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 600 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 600 Bytes

Navigation

Designed navigation style

Inspired a little by https://github.com/JNTian/JTNavigationController

Goal

Customize the navigation style to make the transition of UIViewControllers easier. Pull request from anyone is welcomed.

Next

Rewrite a navigation controller not inherited from UINavigationController. This makes our ViewController not using UINavigationBar anymore. Not only the touch area changes, but also the useless push and pop functions in our navigation style disappears.

Example