All Projects → kaunteya → Progresskit

kaunteya / Progresskit

Licence: mit
Progress Views for Cocoa

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Progresskit

Materialactivityindicator
Material Activity Indicator
Stars: ✭ 109 (-78.63%)
Mutual labels:  xcode, cocoapods, spinner
Swift5 Module Template
An opinionated starting point for awesome, reusable Swift 5 modules
Stars: ✭ 331 (-35.1%)
Mutual labels:  xcode, cocoapods
Tbuiautotest
Generating UI test label automatically for iOS.
Stars: ✭ 333 (-34.71%)
Mutual labels:  xcode, cocoapods
Ttsegmentedcontrol
An elegant, animated and customizable segmented control for iOS created by Tapptitude
Stars: ✭ 471 (-7.65%)
Mutual labels:  xcode, cocoapods
Gedatsu
Gedatsu provide readable format about AutoLayout error console log
Stars: ✭ 464 (-9.02%)
Mutual labels:  xcode, cocoapods
Maplebacon
🍁🥓 Lightweight and fast Swift library for image downloading, caching and transformations
Stars: ✭ 322 (-36.86%)
Mutual labels:  xcode, cocoapods
Iosdropdown
Drop Down Menu for iOS With Search And Other Awesome Customisation
Stars: ✭ 390 (-23.53%)
Mutual labels:  xcode, cocoapods
Callbackurlkit
Implementation of x-callback-url (Inter app communication) in swift
Stars: ✭ 299 (-41.37%)
Mutual labels:  xcode, cocoapods
Gradientcircularprogress
Customizable progress indicator library in Swift
Stars: ✭ 407 (-20.2%)
Mutual labels:  xcode, cocoapods
Jyradarchart
an iOS open source Radar Chart implementation
Stars: ✭ 419 (-17.84%)
Mutual labels:  xcode, cocoapods
Agimagepickercontroller
Stars: ✭ 424 (-16.86%)
Mutual labels:  xcode, cocoapods
Microfeatures Guidelines
📦📝 uFeatures guidelines
Stars: ✭ 315 (-38.24%)
Mutual labels:  xcode, cocoapods
Wordpress Ios
WordPress for iOS - Official repository
Stars: ✭ 3,239 (+535.1%)
Mutual labels:  xcode, cocoapods
Snapkit
A Swift Autolayout DSL for iOS & OS X
Stars: ✭ 18,091 (+3447.25%)
Mutual labels:  xcode, cocoapods
Stevia
🍃 Concise Autolayout code
Stars: ✭ 3,182 (+523.92%)
Mutual labels:  xcode, cocoapods
Restofire
Restofire is a protocol oriented networking client for Alamofire
Stars: ✭ 377 (-26.08%)
Mutual labels:  xcode, cocoapods
Uitextfield Navigation
🏄‍♂️ UITextField-Navigation makes it easier to navigate between UITextFields and UITextViews
Stars: ✭ 436 (-14.51%)
Mutual labels:  xcode, cocoapods
Netfox
A lightweight, one line setup, iOS / OSX network debugging library! 🦊
Stars: ✭ 3,188 (+525.1%)
Mutual labels:  xcode, cocoapods
Anyformatkit
Simple text formatting in Swift
Stars: ✭ 296 (-41.96%)
Mutual labels:  xcode, cocoapods
Stepslider
StepSlider its custom implementation of slider such as UISlider for preset integer values.
Stars: ✭ 391 (-23.33%)
Mutual labels:  xcode, cocoapods

ProgressKit Banner

Cocoapods Compatible Platform License

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 ProgressKit into your Xcode project using CocoaPods, specify it in your Podfile:

use_frameworks!

pod 'ProgressKit'

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

pod 'ProgressKit', :git => "https://github.com/kaunteya/ProgressKit.git", :branch => 'swift-3'

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

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

Other Apps for Mac

Apart from making Open source libraries I also make apps for Mac OS. Please have a look.

Lexi

Lexi is a split screen app that lets you browse large JSON with ease.

It also has other featuers like Prettify JSON, Minify JSON Copy JSON Path and Pin Large JSON to narrow your visibility

View on Mac AppStore

Quick Note

Quick Note is a Mac OS app, lets you quickly add text either from Menu bar or from Shortcut.

The text floats on other windows so that they are always visible

It also supports Auto Save and Pinned Notes

View on Mac AppStore

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].