LinearProgressBar
  • October 3, 2023

Material Linear Progress Bar for your iOS apps

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()

GitHub


View Github

#hacktoberfest #ios #iosswift #material #materialui #progress #progressbar #swift
YOU MIGHT ALSO LIKE...
SwiftUI Charts

Build custom charts with SwiftUI Styles      

SwiftUICharts

A simple line and bar charting library that support accessibility written using SwiftUI.

Swipeable cards

Swipeable Cards with SwiftUI

RGStack

This UI attempts to capture the Quibi Card Stack and the associated User Interaction.

🃏 CardStack

A easy-to-use SwiftUI view for Tinder like cards on iOS, macOS & watchOS.