NJKWebViewProgress
NJKWebViewProgress copied to clipboard
Can I change bar color
Is there any way to change the color of the bar? I found only a way to change the background color. I would appreciate your advice.
You can check NJKWebViewProgressView class's property progressBarView.
_progressView.progressBarView.backgroundColor = [UIColor redColor];
Hope it helps.