IJProgressView Save

A simple progress view written in Swift.

Project README

IJProgressView

A simple progress view written in Swift.

Install

CocoaPods (< v0.36)
  • Create a Podfile.
  • Add the line, pod 'IJProgressView', :git => 'https://github.com/Isuru-Nanayakkara/IJProgressView.git'.
  • Run pod install.
  • Add import IJProgressView to the files where you want to use the library.
Manually
  • Add the IJProgressView.swift file to your project.

Usage

Simply call the following method to show the progress view. Pass the view you want it to be overlayed as a parameter.

IJProgressView.shared.showProgressView(view)

To hide the progress view,

IJProgressView.shared.hideProgressView()

Contributors

Credits

Open Source Agenda is not affiliated with "IJProgressView" Project. README Source: Isuru-Nanayakkara/IJProgressView
Stars
69
Open Issues
2
Last Commit
4 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating