/FSSyncSpinner

An elegant sync/progress indicator made fully-programmed(without png or jpg file)

Primary LanguageObjective-CMIT LicenseMIT

FSSyncSpinner

Version License Platform

fssyncspinner

This project is based on Michael Villar's excellent Motion Experiments post - Syncing/Success Icon

Installation

  • cocoapods: pod 'FSSyncSpinner'
  • manual : drag FSSyncSpinner.h and FSSyncSpinner.m in to your project
#import "FSSyncSpinner.h"

Usage

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;

Requirements

iOS 7.0

Author

Wenchao Ding, f33chobits@gmail.com

License

FSSyncSpinner is available under the MIT license. See the LICENSE file for more info.

Support me

  • Just give me a star
  • Issue me as much as you want