Skip to content

Part of series of SwiftMVP: opinionated basic components for building apps really fast.

Notifications You must be signed in to change notification settings

rcaraway/HappyLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HappyLoader

Full screen loading for an iOS app.

How to use

yourViewController.showLoading() //to start

yourViewController.stopLoading() //to stop

Or:

yourView.showLoading()

yourView.stopLoading()

Or:

yourWindow.showLoading()

yourWindow.stopLoading()

About

Part of series of SwiftMVP: opinionated basic components for building apps really fast.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages