Skip to content

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

License

Notifications You must be signed in to change notification settings

rexpie/FSSyncSpinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Wenchao Ding
Mar 10, 2015
f596d3b · Mar 10, 2015

History

17 Commits
Mar 10, 2015
Mar 9, 2015
Mar 9, 2015
Mar 9, 2015
Mar 9, 2015
Mar 10, 2015

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published