Skip to content

caiyue1993/Tiptoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description 🍃

A subclass of UINavigationController that will make the navigating process more silent and simple.

Why You'd Want This

If you are tired of using system's own navigation controller and are seeking something different, Tiptoes may suit your needs. And it doesn't break any of your existing code. Just plug and enjoy.

Customization

Actually you can customize transition effect yourself. However,the default transition effect of Tiptoes is fade-in-and-out:

Usage

In the place of your setting navigationController's rootViewController code(normally in AppDelegate.swift):

UINavigationController(rootViewController:xxx)

Replace with:

TiptoesNavController(rootViewController:xxx)

And then just enjoy it!

License

MIT

About

Simple navigation bar in the bottom, a beautiful discretion in your UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages