/AtomSpinnerView

AtomSpinnerView (Atom like Spinner Animation With Quartzcode on Swift)

Primary LanguageSwift

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.