AtomSpinnerView is Atom like animation built with Quartzcode and implemented Swift methods to create your own loading indicator.
Just drop project folder on your application's root.
git clone [email protected]:seyhunak/AtomSpinnerView.git
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()
Seyhun Akyürek seyhunak [at] gmail.com
Ibrahim Güldaş (Did great job using Quartzcode)
Please issue a pull request, code reviews or simply drop an email.