家政服务如何提升家庭生活质量与幸福感
672
2022-10-22
为您的iOS应用程序添加Material Linear 进度条
LinearProgressBar
Material Linear Progress Bar for your iOS apps
Installation
Carthage:
github "Recouse/LinearProgressBar"
CocoaPods:
Add this to your Podfile
pod 'MaterialProgressBar'
Requirements
iOS 8.0+Xcode 9.0+Swift 3.2+
Usage
import LinearProgressBarlet progressBar = LinearProgressBar()...view.addSubview(progressBar)progressBar.startAnimating()
You can use it like activity indicator in UIViewController:
// Start animatingshowProgressBar()// Stop animatinghideProgressBar()
Contribution
Feel free to make pull requests
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~