Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 844 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 844 Bytes

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