Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SimformSolutionsPvtLtd/SSProgressBar
Customizable progressbar
https://github.com/SimformSolutionsPvtLtd/SSProgressBar
Last synced: 3 months ago
JSON representation
Customizable progressbar
- Host: GitHub
- URL: https://github.com/SimformSolutionsPvtLtd/SSProgressBar
- Owner: SimformSolutionsPvtLtd
- License: mit
- Created: 2018-10-17T08:04:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T05:36:28.000Z (about 6 years ago)
- Last Synced: 2024-07-23T22:03:28.890Z (6 months ago)
- Language: Swift
- Size: 18.6 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-SS-Mobile - SSProgressBar - SSProgressBar is an elegant progressbar with many customization options. (iOS Guides / Swift)
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