Skip to content

A progressKit for iOS platform, reference and translate from kaunteya's ProgressKit

License

Notifications You must be signed in to change notification settings

iMazy/SwiftProgressKit

Repository files navigation

SwiftProgressKit

A progressKit for iOS platform

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

##CocoaPods CocoaPods adds supports for Swift and embedded frameworks.

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

use_frameworks!

pod 'SwiftProgressKit'

For Swift 4 install directly from swift-3 branch form github

pod 'SwiftProgressKit'

Then, run the following command:

$ pod install

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

Progress indicators which animate indefinately are Indeterminate Progress Views.

This are the set of Indeterminate Progress Indicators.

MaterialProgress

Rainbow

Crawler

Spinner

Shooting Stars

Rotating Arc

About

A progressKit for iOS platform, reference and translate from kaunteya's ProgressKit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages