FSSyncSpinner 0.0.1

FSSyncSpinner 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2015

Maintained by Wenchao Ding.



  • By
  • Wenchao Ding

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 => [email protected]

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