Skip to content

jenshandersson/JALoadingView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Packages

No packages published