- April 27, 2024
- Mins Read
Material Linear Progress Bar for your iOS apps
github “Recouse/LinearProgressBar”
Add this to your Podfile
pod ‘MaterialProgressBar’
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()
Horizon SDK is a state of the art real-time video recording / photo shooting iOS library. Some of the features ...