https://github.com/nil-biribiri/niltabbaranimator
Make UITabbarVC switching animate
https://github.com/nil-biribiri/niltabbaranimator
animate animated animation swift swift-library swift3 transition transition-animation uitabbarcontroller
Last synced: about 1 month ago
JSON representation
Make UITabbarVC switching animate
- Host: GitHub
- URL: https://github.com/nil-biribiri/niltabbaranimator
- Owner: nil-biribiri
- License: mit
- Created: 2017-09-04T07:32:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T11:12:31.000Z (over 8 years ago)
- Last Synced: 2025-06-22T00:02:40.964Z (12 months ago)
- Topics: animate, animated, animation, swift, swift-library, swift3, transition, transition-animation, uitabbarcontroller
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NilTabbarAnimator
[](https://travis-ci.org/nilc.nolan@gmail.com/NilTabbarAnimator)
[](http://cocoapods.org/pods/NilTabbarAnimator)
[](http://cocoapods.org/pods/NilTabbarAnimator)
[](http://cocoapods.org/pods/NilTabbarAnimator)
Make UITabBarController switching tab with an animation.

## Requirements
Swift > 3.0
## Installation
NilTabbarAnimator is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'NilTabbarAnimator'
```
## Usage
```swift
import UIKit
import NilTabbarAnimator // Import NilTabbarAnimator first
class ViewController: UITabBarController, UITabBarControllerDelegate {
let tabbarDelegate = ScrollingTabBarControllerDelegate(withTransitionDuration: 0.2)
override func viewDidLoad() {
super.viewDidLoad()
// Set UITabBarControllerDelegate
self.delegate = tabbarDelegate
}
}
```
## Author
nilc.nolan@gmail.com
## License
NilTabbarAnimator is available under the MIT license. See the LICENSE file for more info.