All Projects → Recouse → Linearprogressbar

Recouse / Linearprogressbar

Licence: mit
Material Linear Progress Bar for your iOS apps

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Linearprogressbar

Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+783.21%)
Mutual labels:  hacktoberfest, material, material-ui
Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin 📱🎨🦄
Stars: ✭ 783 (+497.71%)
Mutual labels:  hacktoberfest, material, material-ui
Vue Material
Material design for Vue.js
Stars: ✭ 9,528 (+7173.28%)
Mutual labels:  hacktoberfest, material
Cardview
Material Design Cards ? How cool is that !
Stars: ✭ 101 (-22.9%)
Mutual labels:  material, material-ui
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (-16.03%)
Mutual labels:  material, material-ui
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+914.5%)
Mutual labels:  hacktoberfest, material
Delayedprogress
ProgressDialog that waits a minimum time to be dismissed before showing. Once visible, the ProgressDialog will be visible for a minimum amount of time to avoid "flashes" in the UI.
Stars: ✭ 95 (-27.48%)
Mutual labels:  progress, progress-bar
Materialspinner
Implementation of a Material Spinner for Android with TextInputLayout functionalities
Stars: ✭ 107 (-18.32%)
Mutual labels:  material, material-ui
Fab Speed Dial
Angular Material FAB speed dial
Stars: ✭ 82 (-37.4%)
Mutual labels:  hacktoberfest, material
Materialanim
基于Android 系统的动画总结
Stars: ✭ 123 (-6.11%)
Mutual labels:  material, material-ui
Materialabout
It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate. 🔖
Stars: ✭ 1,511 (+1053.44%)
Mutual labels:  material, material-ui
Svelte Material Ui
Svelte Material UI Components
Stars: ✭ 2,081 (+1488.55%)
Mutual labels:  material, material-ui
Angular Material Dashboard
Angular admin dashboard with material design
Stars: ✭ 1,321 (+908.4%)
Mutual labels:  material, material-ui
Cyanea
A theme engine for Android
Stars: ✭ 1,319 (+906.87%)
Mutual labels:  material, material-ui
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (-25.19%)
Mutual labels:  progress, progress-bar
Togglebuttons
Android toggle buttons that adhere to the Material Design documentation.
Stars: ✭ 88 (-32.82%)
Mutual labels:  material, material-ui
Ruby Progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Stars: ✭ 1,378 (+951.91%)
Mutual labels:  progress, progress-bar
Progressbar
A really basic thread-safe progress bar for Golang applications
Stars: ✭ 2,212 (+1588.55%)
Mutual labels:  hacktoberfest, progress-bar
Node Status
Nodejs stdout status and progress bar. Multi-item, various display types.
Stars: ✭ 71 (-45.8%)
Mutual labels:  progress, progress-bar
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+1325.19%)
Mutual labels:  hacktoberfest, material-ui

LinearProgressBar

Cocoapods Compatible Carthage compatible

Material Linear Progress Bar for your iOS apps

Demo

Installation

Carthage:

github "Recouse/LinearProgressBar"

CocoaPods:

Add this to your Podfile

pod 'MaterialProgressBar'

Requirements

  • iOS 10.0+
  • Xcode 11.0+
  • Swift 5.0+

Usage

import LinearProgressBar

let progressBar = LinearProgressBar()
...
view.addSubview(progressBar)
progressBar.startAnimating()

You can use it like activity indicator in UIViewController:

// Start animating
showProgressBar()

// Stop animating
hideProgressBar()

Contribution

Feel free to make pull requests

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].