Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SimformSolutionsPvtLtd/SSProgressBar

Customizable progressbar
https://github.com/SimformSolutionsPvtLtd/SSProgressBar

Last synced: about 1 month ago
JSON representation

Customizable progressbar

Awesome Lists containing this project

README

        

# SSProgressBar

SSProgressBar is an elegant progressbar with many customization options.

[![Swift Version][swift-image]][swift-url]
[![Build Status][travis-image]][travis-url]
[![License][license-image]][license-url]
[![Platform][platform-image]][platform-url]
[![PRs Welcome][PR-image]][PR-url]

# Features!
- Horizontal Gradient
- Vertical Gradient
- Custom shadow
- Corner radious
- CocoaPods

# Requirements
- iOS 10.0+
- Xcode 9+

# Installation
**CocoaPods**

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

use_frameworks!
pod 'SSProgressBar'

-
import UIKit
import SSProgressBar

**Manually**
- Download and drop **SSProgressBar** folder in your project.
- Congratulations!

# Usage example

- In the storyboard add a UIView and change its class to SSProgressBar

**Set up gradient**

viewProgres.withProgressGradientBackground(from: UIColor.red, to: UIColor.purple, direction: .topToBottom)

**Edit properties at anytime**

self.viewProgres.progress = 120
self.viewProgres.gradientDirection = .leftToRight
self.viewProgres.colors = [UIColor.blue.cgColor,UIColor.cyan.cgColor,UIColor.black.cgColor]

# Contribute
- We would love you for the contribution to SSProgressBar, check the LICENSE file for more info.

# Meta
- Distributed under the MIT license. See LICENSE for more information.


[swift-image]:https://img.shields.io/badge/swift-4.0-orange.svg
[swift-url]: https://swift.org/
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
[license-url]: LICENSE
[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics
[codebeat-image]: https://codebeat.co/assets/svg/badges/C-ffb83f-7198e9a1b7ad7f73977b0c9a5c7c3fffbfa25f262510e5681fd8f5a3188216b0.svg
[codebeat-url]: https://codebeat.co/projects/github-com-vsouza-awesomeios-com
[platform-image]:https://img.shields.io/cocoapods/p/LFAlertController.svg?style=flat
[platform-url]:http://cocoapods.org/pods/LFAlertController
[cocoa-image]:https://img.shields.io/cocoapods/v/EZSwiftExtensions.svg
[cocoa-url]:https://img.shields.io/cocoapods/v/LFAlertController.svg
[PR-image]:https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[PR-url]:http://makeapullrequest.com