NJKWebViewProgress icon indicating copy to clipboard operation
NJKWebViewProgress copied to clipboard

Can I change bar color

Open maxykato opened this issue 9 years ago • 1 comments

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.

maxykato avatar Nov 25 '15 07:11 maxykato

You can check NJKWebViewProgressView class's property progressBarView.

_progressView.progressBarView.backgroundColor = [UIColor redColor];

Hope it helps.

tounaobun avatar Mar 22 '16 07:03 tounaobun