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: 25 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T11:12:31.000Z (almost 8 years ago)
- Last Synced: 2025-06-22T00:02:40.964Z (25 days 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/[email protected]/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 firstclass ViewController: UITabBarController, UITabBarControllerDelegate {
let tabbarDelegate = ScrollingTabBarControllerDelegate(withTransitionDuration: 0.2)override func viewDidLoad() {
super.viewDidLoad()// Set UITabBarControllerDelegate
self.delegate = tabbarDelegate}
}
```## Author
## License
NilTabbarAnimator is available under the MIT license. See the LICENSE file for more info.