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

Light and scrollable view controller for tvOS to present blocks of text Description TvOSTextViewer is a view controller to present ...

TvOSSlider

TvOSSlider is an implementation of UISlider for tvOS. Description and usage TvOSSlider palliates missing an implementation of UISlider for tvOS as part ...

TvOSScribble

TvOSScribble, based on CoreML, mitigates the lack of a physical numpad area in Siri Remote implementing a handwriting gesture recognizer. ...

TvOSPinKeyboard

PIN keyboard for tvOS Description TvOSPinKeyboard is a view controller that allows easily asking for PIN codes in tvOs Requirements ...

TvOSMoreButton

📺 A tvOS button which truncates long text with '... More'. The TvOSMoreButton is a simple view which aims to ...