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

xishui2011/FSSyncSpinner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • Objective-C 60.6%
  • Shell 27.4%
  • Ruby 8.9%
  • C 3.1%