V 1.1 - 05-10-2013
For UIView separation with animation
My WebSite - My TwitterTo see a demo video, click here
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];