https://github.com/khuong291/kpimageview
🏞A super cool image effect for UIImageView.
https://github.com/khuong291/kpimageview
animate animation swift uiimageview zoom
Last synced: 5 months ago
JSON representation
🏞A super cool image effect for UIImageView.
- Host: GitHub
- URL: https://github.com/khuong291/kpimageview
- Owner: khuong291
- License: other
- Created: 2016-11-12T17:07:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T16:15:10.000Z (over 9 years ago)
- Last Synced: 2025-04-15T21:19:01.734Z (about 1 year ago)
- Topics: animate, animation, swift, uiimageview, zoom
- Language: Swift
- Homepage:
- Size: 7.77 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# KPImageView
A super cool image effect in UIImageView.

## Todo
Add more affects and animations.
## Installation
#### CocoaPods
**KPImageView** is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'KPImageView', git: 'https://github.com/khuong291/KPImageView'
```
#### Carthage
**KPImageView** is also available through [Carthage](https://github.com/Carthage/Carthage).
To install just write into your Cartfile:
```ruby
github "khuong291/KPImageView"
```
#### Manually
1. Download and drop ```/Sources``` folder in your project.
2. Congratulations!
## Author
Khuong Pham, dkhuong291@gmail.com