Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsarikovskiy/imageswapper
:hatching_chick: Nice iOS animations for swapping images. In progress.
https://github.com/tsarikovskiy/imageswapper
animations cocoapods ios swap swift
Last synced: about 2 months ago
JSON representation
:hatching_chick: Nice iOS animations for swapping images. In progress.
- Host: GitHub
- URL: https://github.com/tsarikovskiy/imageswapper
- Owner: tsarikovskiy
- License: mit
- Created: 2017-11-22T21:03:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T12:04:39.000Z (about 7 years ago)
- Last Synced: 2024-11-06T17:21:00.603Z (about 2 months ago)
- Topics: animations, cocoapods, ios, swap, swift
- Language: Swift
- Homepage:
- Size: 106 KB
- Stars: 30
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageSwapper
[![CI Status](http://img.shields.io/travis/tsarikovskiy/ImageSwapper.svg?style=flat)](https://travis-ci.org/tsarikovskiy/ImageSwapper)
[![Version](https://img.shields.io/cocoapods/v/ImageSwapper.svg?style=flat)](http://cocoapods.org/pods/ImageSwapper)
[![License](https://img.shields.io/cocoapods/l/ImageSwapper.svg?style=flat)](http://cocoapods.org/pods/ImageSwapper)
[![Platform](https://img.shields.io/cocoapods/p/ImageSwapper.svg?style=flat)](http://cocoapods.org/pods/ImageSwapper)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)## Examples
![](Example/waterDropExample.gif)Simply call this method on action button, pass the reference to image view that you want to change and new image:
```swift
ImageSwapper.waterDrop(image: imageView, toImage: #imageLiteral(resourceName: "beer.png"))
```## Installation
ImageSwapper is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'ImageSwapper'
```## Evolution
Stay tuned for new animations.
## Questions or feedback?
Feel free to [open an issue](https://github.com/tsarikovskiy/ImageSwapper/issues/new), or find me [@s_tsarikovskiy on Twitter](https://twitter.com/s_tsarikovskiy).