Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caiyue1993/Tiptoes
Simple navigation bar in the bottom, a beautiful discretion in your UI.
https://github.com/caiyue1993/Tiptoes
ios navigation navigationbar swift
Last synced: 3 months ago
JSON representation
Simple navigation bar in the bottom, a beautiful discretion in your UI.
- Host: GitHub
- URL: https://github.com/caiyue1993/Tiptoes
- Owner: caiyue1993
- Created: 2017-01-12T09:22:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T13:06:42.000Z (almost 7 years ago)
- Last Synced: 2024-07-18T23:35:48.893Z (4 months ago)
- Topics: ios, navigation, navigationbar, swift
- Language: Swift
- Homepage:
- Size: 1.57 MB
- Stars: 227
- Watchers: 4
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description :leaves:
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:![](https://i.loli.net/2017/09/26/59c9ce172882d.gif)
## 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