• Stars
    star
    296
  • Rank 140,464 (Top 3 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 11 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Yeah, rotation!

TYMActivityIndicatorView

CI Status Version License Platform

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.

Screenshot

Features

  • Simple APIs which are much like those in the UIActivityIndicatorView class.
  • You're able to customize the appearance and behaviors through appearnce proxy.
  • You may set the progress (rotation angle).

Installation

CocoaPods

If you are using CocoaPods, then just add TYMActivityIndicatorView to you Podfile.

Manually

Simply add the files in the TYMActivityIndicatorView directory to your project.

Example

Open up the included Xcode project for an example app. See TYMActivityIndicatorView.h for full documentation.

License

Released under the MIT license.