SpinnerBotRS 0.1.2

SpinnerBotRS 0.1.2

Maintained by Raj Salla.



SpinnerBotRS

CI Status Version License Platform

Installation

SpinnerBotRS is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SpinnerBotRS'

Usage

use this import statement wherever needed:

import SpinnerBotRS

Add the following line to show Spinner on a particular view:

let sv = UIViewController.displaySpinner(onView: self.view)

To remove the displayed spinner:

  UIViewController.removeSpinner(spinner: sv)

That's it.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Raj Salla, [email protected]

License

SpinnerBotRS is available under the MIT license. See the LICENSE file for more info.