https://github.com/kenanatmaca/kautoslider
İOS Automatic Switching Slider
https://github.com/kenanatmaca/kautoslider
animation ios slider swift
Last synced: 9 months ago
JSON representation
İOS Automatic Switching Slider
- Host: GitHub
- URL: https://github.com/kenanatmaca/kautoslider
- Owner: KenanAtmaca
- License: mit
- Created: 2017-09-28T21:43:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T22:10:31.000Z (over 8 years ago)
- Last Synced: 2025-06-01T12:59:26.184Z (about 1 year ago)
- Topics: animation, ios, slider, swift
- Language: Swift
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KAutoSlider
İOS Automatic Switching Slider

#### Use
```Swift
autoSlider = KAutoSlider(to: self)
autoSlider.images = [#imageLiteral(resourceName: "l1"),#imageLiteral(resourceName: "l2"),#imageLiteral(resourceName: "l3")]
autoSlider.animationType = .alpha // .alpha,translation,scale
autoSlider.start()
```
##### Stop & Remove
```Swift
autoSlider.stop()
autoSlider.remove()
```
## License
Usage is provided under the [MIT License](http://http//opensource.org/licenses/mit-license.php). See LICENSE for the full details.