Coder Social home page Coder Social logo

jigneshpatel / progressor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sathishvgs/progressor

0.0 1.0 0.0 183 KB

A candy to show the Progress bar with Percentage and time left calculations.

License: MIT License

Ruby 10.04% Swift 89.96%

progressor's Introduction

Progressor

CI Status Version License Platform

Progressor_GIF

About Pod

Progressor is the fully customized native Progress Bar. The use case of the pod is which will do the percentage and time left calculations by own. Just you have to update the progress value from 0.0 to 1.0. Also, we have opened the UI related things to make more customize.

Requirments

  • Swift 4 or greater
  • Deployment Target = iOS 9.0
  • Supports iPhone and iPad

Installation

Progressor is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Progressor'

ChangeLogs

For ChangeLogs, Please visit Releases

How to Use?

setup Instance

You can easily start consuming the Progressor by creating the instance.

  • Create the instance for ProgressView with the appropriate frame size.

    We are proposing this frame size to get better user interactive

          let x = (self.view.frame.width / 2) - (300 / 2)
          let y = (self.view.frame.height / 2) - (100 / 2)
          let frame = CGRect(x: x, y: y, width: 300, height: 120)
    
          let progressView = ProgressorView(frame: frame)
    
  • Update the contents

  • Set the delegate and conform the protocol to get the callbacks

View Structure

  • Use this structure to customize the UI elements.

Progressor.png

Contribute

Please feel free to create issues. Contributions are welcome check here

Author

sathishvgs, [email protected]

License

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

progressor's People

Contributors

sathishvgs avatar

Watchers

Jignesh Fadadu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.