Home

Awesome

Xamarin iOS DCAnimationKit binding library

This is a Xamarin.iOS binding library for DCAnimatinKit.
Last version is available on NuGet: Xam.DCAnimationKit

Please see original DCAnimationKit project for documentation.

Usage

All the animations (take a look at DCAnimationKit Github homepage for the full list) are exposed like extension methods on UIView object. Example:

yourLabel.Bounce(()=>{DoSomethingIfYouNeed();});

Easy!

Have fun!

##Follow Me