Skip to content

toseefkhilji/TKProgressView

 
 

Repository files navigation

Logo

Version License Xcode 9.0+ Swift 4.0+

TKProgressView is an amazing animated activity indicator and easy-to-use to display the progress of an ongoing task on iOS.

Demo

Demo

Usage

// Create your ProgressView

 let tkView = TKProgressView(frame: CGRect(x: 50, y: 50, width: 100, height: 100))
 self.view.addSubview(tkView)
 

To start the progress

tkView.startAnimating()

To stop it

tkView.stopAnimating()

Customization

To change animation speed

// change speed
tkview.speed = 0.5

Installation

CocoaPods

You can use CocoaPods to install TKProgressView by adding it to your Podfile:

platform :ios, '9.0'
use_frameworks!
pod 'TKProgressView'

Manually

  1. Download and drop TKProgressView.swift in your project.
  2. Done!

TODO

  • More Customization
  • Carthage Support
  • Unit Test

License

TKProgressView is available under the MIT license. See the LICENSE file for more info.

About

🌀Amazing animated view written in swift.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 93.0%
  • Ruby 7.0%