Commit 50da5a6e9669bfc3fd744b7ab186e5bd4d9005ef

Authored by iOS-Xiaowen
1 parent 98bf59d1

no message

CNLiveCustomControl/Classes/WebView/CNLiveWebView.m
@@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
7 // 7 //
8 8
9 #import "CNLiveWebView.h" 9 #import "CNLiveWebView.h"
10 -#import "QMUIKit.h"  
11 10
12 @interface CNLiveWebView () <WKNavigationDelegate, WKUIDelegate> 11 @interface CNLiveWebView () <WKNavigationDelegate, WKUIDelegate>
13 12
@@ -45,6 +44,7 @@ static CGFloat const progressViewHeight = 1; @@ -45,6 +44,7 @@ static CGFloat const progressViewHeight = 1;
45 _progressViewColor = progressViewColor; 44 _progressViewColor = progressViewColor;
46 if (progressViewColor) { 45 if (progressViewColor) {
47 _progressView.tintColor = progressViewColor; 46 _progressView.tintColor = progressViewColor;
  47 + _progressView.progressTintColor = progressViewColor;
48 } 48 }
49 } 49 }
50 50