png666 / SPCircularAnimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPCircularAnimation

Example

Screenshots_Row1

How to use

Import

#import "UIView+CircularAnimation.h"

Implementation

[self.view animateCircularWithDuration:0.5 center:self.view.center revert:self.revert animations:^{
    
    self.view.backgroundColor = [self randomColor];
}];

About


Languages

Language:Objective-C 100.0%