https://github.com/redmadrobot/prioritizedtabbar
📱 Native iOS TabBar with prioritized layout
https://github.com/redmadrobot/prioritizedtabbar
Last synced: about 1 year ago
JSON representation
📱 Native iOS TabBar with prioritized layout
- Host: GitHub
- URL: https://github.com/redmadrobot/prioritizedtabbar
- Owner: RedMadRobot
- License: mit
- Created: 2019-12-26T17:40:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T18:20:48.000Z (over 6 years ago)
- Last Synced: 2024-11-10T09:48:08.226Z (over 1 year ago)
- Language: Swift
- Size: 5.29 MB
- Stars: 41
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://redmadrobot.com)
# 📱 PrioritizedTabBar
[](https://github.com/RedMadRobot) [](https://cocoapods.org/pods/PrioritizedTabBar) [](https://cocoapods.org/pods/PrioritizedTabBar) [](https://cocoapods.org/pods/PrioritizedTabBar)
TabBar which designed specially for our [dribbble shot](https://dribbble.com/shots/8720663-For-iOS-engineers).

Implemented as a subclass of UITabBar. So it supports behavior you expect. Including dark mode ofcourse.
Feel free to use this code in your projects and [](https://twitter.com/Firmach) me if you have any questions or suggestions.
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Installation
PrioritizedTabBar is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'PrioritizedTabBar'
```
## License
PrioritizedTabBar is available under the MIT license.
[](http://redmadrobot.com)