Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).