ProgressKit 0.7

ProgressKit 0.7

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2018
SPMSupports SPM

Maintained by Kaunteya Suryawanshi.



  • By
  • Kaunteya Suryawanshi

ProgressKit Banner

ProgressKit has set of cool IBDesignable progress views, with huge customisation options. You can now make spinners, progress bar, crawlers etc, which can be finely customised according to your app palette.

Contents

Installation

Usage

  • Drag a View at desired location in XIB or Storyboard
  • Change the Class to any of the desired progress views
  • Set the size such that width and height are equal
  • Drag IBOutlet to View Controller
  • For Indeterminate Progress Views
    • Set true / false to view.animate

  • For Determinate Progress Views:
    • Set view.progress to value in 0...1

Indeterminate Progress

Indeterminate
Progress indicators which animate indefinately are Indeterminate Progress Views.

This are the set of Indeterminate Progress Indicators.

MaterialProgress

CircularSnail

Rainbow

Rainbow

Crawler

Crawler

Spinner

Spinner

Shooting Stars

Shooting Stars

Rotating Arc

Rotating Arc

Determinate Progress

Determinate progress views can be used for tasks whos progress can be seen and determined.

Circular Progress

Circular Progress

Progress Bar

Progress Bar

License

ProgressKit is released under the MIT license. See LICENSE for details.