Awesome
VBRRollingPit
Simple, beautiful and interactive UITabBar
Preview
Description
Beautiful UITabBarView inspired by this dribble from Ketan Rajput
Installation
CocoaPods
VBRRollingPit is available on CocoaPods. Just add the following to your project Podfile:
pod 'VBRRollingPit'
Or from GitHub:
pod 'VBRRollingPit', :git => 'https://github.com/v-braun/VBRRollingPit.git'
Manually
- Download and drop
VBRRollingPit.swift
in your project. - Congratulations!
Usage
- Drop a TabBarController into your app
- Select the UITabBar
- Set the "Class" property to VBRRollingPit
See the Example Project.
Configuration
Additional properties are available in the Attribute inspector:
Related Projects
- Cocoa Rocks: this and other awesome Cocoa Controls
- 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.
Authors
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
See LICENSE.