Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v-braun/vbrrollingpit
Simple, beautiful and interactive UITabBar
https://github.com/v-braun/vbrrollingpit
animation cocoapods ios swift tabbar uitabbar
Last synced: about 9 hours ago
JSON representation
Simple, beautiful and interactive UITabBar
- Host: GitHub
- URL: https://github.com/v-braun/vbrrollingpit
- Owner: v-braun
- License: mit
- Created: 2018-07-29T19:09:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T12:18:50.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T12:17:43.995Z (9 days ago)
- Topics: animation, cocoapods, ios, swift, tabbar, uitabbar
- Language: Swift
- Homepage:
- Size: 1.1 MB
- Stars: 329
- Watchers: 13
- Forks: 51
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VBRRollingPit
> Simple, beautiful and interactive UITabBarBy [v-braun - viktor-braun.de](https://viktor-braun.de).
[![CocoaPods](https://img.shields.io/cocoapods/v/VBRRollingPit.svg)](https://cocoapods.org/pods/VBRRollingPit)
## Preview
![image](screen.gif)## Description
Beautiful UITabBarView inspired by [this](https://dribbble.com/shots/4844696-Tab-bar-interaction-with-animated-icons) dribble from [Ketan Rajput](https://twitter.com/Ketan_MI)![image](https://cdn.dribbble.com/users/1233499/screenshots/4844696/preview.gif)
## Installation
### CocoaPods
VBRRollingPit is available on [CocoaPods](http://cocoapods.org). Just add the following to your project Podfile:```ruby
pod 'VBRRollingPit'
```Or from GitHub:
```ruby
pod 'VBRRollingPit', :git => 'https://github.com/v-braun/VBRRollingPit.git'
```### Manually
1. Download and drop ```VBRRollingPit.swift``` in your project.
2. Congratulations!## Usage
1. Drop a TabBarController into your app
2. Select the UITabBar
3. Set the "Class" property to VBRRollingPit![image](set-class.jpg)
See the *Example* Project.
## Configuration
Additional properties are available in the Attribute inspector:![image](attribute-inspector.jpg)
## Related Projects
- [Cocoa Rocks](https://cocoa.rocks/): this and other awesome Cocoa Controls
- [awesome-cocoa](https://github.com/v-braun/awesome-cocoa): an awesome list of cocoa controls### Known Issues
If you discover any bugs, feel free to create an issue on GitHub fork and
send me a pull request.[Issues List](https://github.com/v-braun/VBRRollingPit/issues).
## Authors
![image](https://avatars3.githubusercontent.com/u/4738210?v=3&s=50)
[v-braun](https://github.com/v-braun/)## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## License
See [LICENSE](https://github.com/v-braun/VBRRollingPit/blob/master/LICENSE).