Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 626 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 626 Bytes

KGIAnimationView

Easy to use key frame based animation on UIView.

The key frames are easily tied into motion based feedback such as scrolling a UIView.

##Installation

###With CocoaPods: KGIAnimationView is available on CocoaPods . Just add the following to your project Podfile:

####Podfile pod 'KGIAnimationView', '~> 0.0'

###Manualy: Download the KGIAnimationView.h/.m files and add them to your Project.

##Usage: See KGIAnimationViewExample for basic usage.