Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T11:12:31.000Z (about 7 years ago)
- Last Synced: 2024-10-01T16:50:04.546Z (about 2 months ago)
- Topics: animate, animated, animation, swift, swift-library, swift3, transition, transition-animation, uitabbarcontroller
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NilTabbarAnimator
[![CI Status](http://img.shields.io/travis/[email protected]/NilTabbarAnimator.svg?style=flat)](https://travis-ci.org/[email protected]/NilTabbarAnimator)
[![Version](https://img.shields.io/cocoapods/v/NilTabbarAnimator.svg?style=flat)](http://cocoapods.org/pods/NilTabbarAnimator)
[![License](https://img.shields.io/cocoapods/l/NilTabbarAnimator.svg?style=flat)](http://cocoapods.org/pods/NilTabbarAnimator)
[![Platform](https://img.shields.io/cocoapods/p/NilTabbarAnimator.svg?style=flat)](http://cocoapods.org/pods/NilTabbarAnimator)Make UITabBarController switching tab with an animation.
![Preview](https://media.giphy.com/media/3ohhwLl8un1NyzkFyg/giphy.gif)
## 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.