CocoaPods trunk is moving to be read-only. Read more on the blog, there are 10 months to go.

EBTWebViewWithGradientProgress 1.0.0

EBTWebViewWithGradientProgress 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2017

Maintained by KBvsMJ--description=add cocoapods with EBTBarChartView.



  • By
  • KBvsMJ

通过两种方法为webview添加渐变进度条

首先把文件夹名称“EBTGradientProgressView”里面的四个文件添加到项目中。

方法1: 直接引用EBTGradientProgressView这个类库来实现

@property(nonatomic,assign) CGFloat progressValue;

  • (void)startAnimating;

  • (void)stopAnimating;

方法2:

直接引用用EBTWebViewWithGradientProgressView这个类库来实现,XIB或者SB的话需要将Webview的Class设置为"EBTWebViewWithGradientProgressView"就可以。

以上两种方法具体实现过程请看项目中的Demo

效果演示图

Image