nukedbit / IJProgressView

A simple progress view written in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

Todo

  • Allow customization.
  • Support landscape orientation.

Credits

About

A simple progress view written in Swift.

License:MIT License


Languages

Language:Swift 93.2%Language:Ruby 6.8%