LinearProgressView 2.0.1

LinearProgressView 2.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2018
SPMSupports SPM

Maintained by Orkhan Alikhanov.



  • By
  • Orkhan Alikhanov

LinearProgressView

A simple progress view for iOS

Requirements

  • iOS 8.0+
  • Xcode 8.0+
  • Swift 3.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate LinearProgressView into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'LinearProgressView'
end

Then, run the following command:

$ pod install

Manually

Just drag and drop the Source/LinearProgressView.swift file.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details