This project is based on Michael Villar's excellent Motion Experiments post - Syncing/Success Icon
- cocoapods:
pod 'FSSyncSpinner'
- manual : drag FSSyncSpinner.h and FSSyncSpinner.m in to your project
#import "FSSyncSpinner.h"
Only three methods
// to start the animating
- (void)startAnimating;
// to perform a finish
- (void)finish;
// whether perform an alpha animation to hide while finished
@property (assign, nonatomic) BOOL hidesWhenFinished;
iOS 7.0
Wenchao Ding, f33chobits@gmail.com
FSSyncSpinner is available under the MIT license. See the LICENSE file for more info.
- Just give me a star
- Issue me as much as you want