Skip to content

Show a loading indicator when doing a time taking task. For example making an API call, show the progress indicator and hide it when it's completed. Built purely on swift.

Notifications You must be signed in to change notification settings

bhavukjain1/ProgressIndicatorSwift

Repository files navigation

ProgressIndicatorSwift

Show a loading indicator when doing a time taking task. For example making an API call, show the progress indicator and hide it when it's completed. Built purely on swift.

image

How to use?

  • Copy ProgressIndicator.swift into your project.
  • To show Progress Indicator: ProgressIndicator.shared.show(view: self.view)
  • To hide Progress Indicator: ProgressIndicator.shared.hide()

About

Show a loading indicator when doing a time taking task. For example making an API call, show the progress indicator and hide it when it's completed. Built purely on swift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages