Skip to content

loopingGIT/LoadingOverlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

LoadingOverlay

A simple Overlay view

This is a tiny project as result of this Stackoverflow question

How to use

Just downlaod the LoadingOverlay.swift file into your project and then from you view controller:

//to show: 
LoadingOverlay.shared.showOverlay(superView:self.view) // in this case, self.view is the controller's view

//to hide: 
LoadingOverlay.shared.hideOverlay()

The overlay view will be placed at the center of the view passed as parameter on showOverlay method.

About

A simple Overlay view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages