Skip to content

beniamin20/pulseLoadingIndicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

PulseLoadingIndicator

Loading Indicator in Swift

screen shot

##Features

  1. Easy to use
  2. Show a transparent overlay over the whole screen or part of the screen. The overlay will prevent user interaction with the covered controls while the task is in progress.
  3. Show animating UIImageView programmatically in the center of the overlay to indicate a task is being processed

##How To Use Include the PulseLoadingIndicator.swift file. I've used Cartography framework to set the constraints so you'll need to include it. #####Set the Image for UIImageView screen shot

Call hide method to hide the indicator after long running task.

#####Show indicator to cover entire screen PulseLoadingIndicator.show()

#####Hide indicator PulseLoadingIndicator.hide()

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published