• Stars
    star
    171
  • Rank 215,683 (Top 5 %)
  • Language
    Objective-C
  • Created about 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

For UIView separation with animation

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];