A subclass of UINavigationController that will make the navigating process more silent and simple.
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.
Actually you can customize transition effect yourself. However,the default transition effect of Tiptoes is fade-in-and-out:
In the place of your setting navigationController's rootViewController code(normally in AppDelegate.swift):
UINavigationController(rootViewController:xxx)
Replace with:
TiptoesNavController(rootViewController:xxx)
Then enjoy it!
@CaiYue_ made this with ♥. Inspired by Unread APP.
As you can see, Tiptoes provide a thinking to customize navigation bar. But it is not perfect due to the limitation of author's time and energy. So I open up this repo to GitHub and I am looking forward that you guys can join me and make this repository more splendid.
MIT