A simple activity indicator view. It uses Core Animation to handle all the animation related stuff.
TYMActivityIndicatorView is tested on iOS 6.0+ and requires ARC.
- Simple APIs which are much like those in the
UIActivityIndicatorViewclass. - You're able to customize the appearance and behaviors through appearnce proxy.
- You may set the progress (rotation angle).
If you are using CocoaPods, then just add TYMActivityIndicatorView to you Podfile.
Simply add the files in the TYMActivityIndicatorView directory to your project.
Open up the included Xcode project for an example app. See TYMActivityIndicatorView.h for full documentation.
Released under the MIT license.