Commit 50da5a6e9669bfc3fd744b7ab186e5bd4d9005ef
1 parent
98bf59d1
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveCustomControl/Classes/WebView/CNLiveWebView.m
| ... | ... | @@ -7,7 +7,6 @@ |
| 7 | 7 | // |
| 8 | 8 | |
| 9 | 9 | #import "CNLiveWebView.h" |
| 10 | -#import "QMUIKit.h" | |
| 11 | 10 | |
| 12 | 11 | @interface CNLiveWebView () <WKNavigationDelegate, WKUIDelegate> |
| 13 | 12 | |
| ... | ... | @@ -45,6 +44,7 @@ static CGFloat const progressViewHeight = 1; |
| 45 | 44 | _progressViewColor = progressViewColor; |
| 46 | 45 | if (progressViewColor) { |
| 47 | 46 | _progressView.tintColor = progressViewColor; |
| 47 | + _progressView.progressTintColor = progressViewColor; | |
| 48 | 48 | } |
| 49 | 49 | } |
| 50 | 50 | ... | ... |