Skip to content

AtomSpinnerView (Atom like Spinner Animation With Quartzcode on Swift)

Notifications You must be signed in to change notification settings

seyhunak/AtomSpinnerView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AtomSpinnerView

AtomSpinnerView is Atom like animation built with Quartzcode and implemented Swift methods to create your own loading indicator.

Demo

Installation

Just drop project folder on your application's root.

git clone git@github.com:seyhunak/AtomSpinnerView.git

Usage

Create a outlet to get an instance of spinner.

@IBOutlet weak var atomSpinnerView: AtomSpinnerView!

To start animation, call

atomSpinnerView.show()

To stop animation, call

atomSpinnerView.dismiss()

Authors

Seyhun Akyürek seyhunak [at] gmail.com

Thanks

Ibrahim Güldaş (Did great job using Quartzcode)

Suggestions / Bugfixes?

Please issue a pull request, code reviews or simply drop an email.

About

AtomSpinnerView (Atom like Spinner Animation With Quartzcode on Swift)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages