Skip to content

Isuru-Nanayakkara/IJProgressView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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