GitHub - jensellfors/JALoadingView: An easy to use loading indicator for iOS. An early library in Objective-c, now Jens focus is on React Native

Skip to content

Navigation Menu

Sign in

Appearance settings

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];

About

An easy to use loading indicator for iOS. An early library in Objective-c, now Jens focus is on React Native

Topics

Resources

Readme

Activity

Stars

3 stars

Watchers

1 watching

Forks

0 forks