VivienCormier / UIViewAnimationExplose

For UIView separation with animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIViewAnimationExplose

V 1.1 - 05-10-2013

For UIView separation with animation

My WebSite - My Twitter

Screenshot & Demo Video

To see a demo video, click here

ScreenShot Demo Video

How To Get Started

Add "UIViewAnimationExplose.h" and "UIViewAnimationExplose.m" in your xcodeprojet. Import the .h file :

``` objective-c #import "UIViewAnimationExplose.h" ```

And add the animation

``` objective-c

// Center of explosion CGPoint center = CGPointMake(20,300);

// view is the object I want it move [view explositionWithOrigine:center WithDistance:1024.0f WithDuration:0.4f AndDelay:0.0f];

About

For UIView separation with animation


Languages

Language:Objective-C 100.0%