Skip to content

donjordano/UIViewAnimationExplose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published