Add one line code like this
Walhalla.performAnimation(view, duration: 0.5, delay: 0.5, type: .Pop)
where you want to animate.
Now has below types.
enum AnimationType {
case BounceLeft
case BounceRight
case BounceUp
case BounceDown
case FadeIn
case FadeOut
case ZoomIn
case ZoomOut
case Pop
case Stretch
case Shake
}
iOS 8.0+
Walhalla is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Walhalla"
knchst0704, knchst0704@gmail.com
Walhalla is available under the MIT license. See the LICENSE file for more info.