JVActivityIndicatorView 0.1.0

JVActivityIndicatorView 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • James Valaitis

The view should be used like any other view, and function very similarly to the standard UIActivityIndicatorView.

To import:

#import "JVActivityIndicatorView.h"

To use:

JVActivityIndicatorView *activityIndicatorView = [[JVActivityIndicatorView alloc] init];
activityIndicatorView.center = self.view.center;
[self.view addSubview:activityIndicatorView];

//  start animating the activity indicator
[activityIndicatorView startAnimating];

//  stop animating and hide the activity indicator
[activityIndicatorView stopAnimating];

Requirements

JVActivityIndicatorView requires iOS 6.x or greater.

License

Usage is provided under the MIT License. See LICENSE for full details.