Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Recouse/LinearProgressBar
Material Linear Progress Bar for your iOS apps
https://github.com/Recouse/LinearProgressBar
hacktoberfest ios ios-swift material material-ui progress progress-bar swift
Last synced: 7 days ago
JSON representation
Material Linear Progress Bar for your iOS apps
- Host: GitHub
- URL: https://github.com/Recouse/LinearProgressBar
- Owner: Recouse
- License: mit
- Archived: true
- Created: 2018-03-09T11:06:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T19:38:39.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T14:46:52.916Z (8 months ago)
- Topics: hacktoberfest, ios, ios-swift, material, material-ui, progress, progress-bar, swift
- Language: Swift
- Homepage:
- Size: 149 KB
- Stars: 163
- Watchers: 6
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - LinearProgressBar - Material Linear Progress Bar for your iOS apps. (UI / Activity Indicator)
- awesome-ios-star - LinearProgressBar - Material Linear Progress Bar for your iOS apps. (UI / Activity Indicator)
README
# LinearProgressBar
[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/MaterialProgressBar.svg)](https://cocoapods.org/pods/MaterialProgressBar)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat)](https://github.com/Carthage/Carthage)Material Linear Progress Bar for your iOS apps
![Demo](https://i.imgur.com/dqFadki.gif)
## Installation
### Carthage:
```
github "Recouse/LinearProgressBar"
```### CocoaPods:
Add this to your `Podfile`
```
pod 'MaterialProgressBar'
```## Requirements
- iOS 10.0+
- Xcode 11.0+
- Swift 5.0+## Usage
```swift
import LinearProgressBarlet progressBar = LinearProgressBar()
...
view.addSubview(progressBar)
progressBar.startAnimating()
```You can use it like activity indicator in `UIViewController`:
```swift
// Start animating
showProgressBar()// Stop animating
hideProgressBar()
```## Contribution
Feel free to make pull requests