Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 561 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 561 Bytes

JALoadingView

An easy to use loading indicator for iOS.

JALoadingView Screen Shot

Installation

Easiest was, as always, is to add this to your Podfile:

"pod 'JALoadingView', :git => 'https://github.com/jenshandersson/JALoadingView.git"

Usage

All you need to do is call -startAnimating and -stopAnimating.

[JALoadingView startAnimating];
...
Do crazy stuff
...
[JALoadingView stopAnimating];