An InDeterminate Spinner for iOS, Written in Swift.
Swift version of MMMaterialDesignSpinner which was inspired from Google's Material Design Guidelines.
Installation :
Add the following to your CocoaPods Podfile
pod 'SARMateriaDesignSpinner'
or clone as a git submodule,
or any way you'd prefer to play with ;)
Copy/Include the "SARMaterialDesignSpinner.swift" file into your project and start using it right away.
Usage :
Example shows how to use it through Storyboard.
Otherwise you can use it in other ways like any other UIViews.
To have a multi coloured spinner just like the one in the Google Photos App. Just add the following line:
self.spinner.enableGoogleMultiColoredSpinner = true