You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so without having any UIWebView delegate and trying to update the progress manually. If I try to change the progress it seems nothing happens a part in the viewDidLoad method:
Hi,
I'm trying to use the
NJKWebViewProgressView
as progress on aUIView
like:so without having any
UIWebView
delegate and trying to update the progress manually. If I try to change the progress it seems nothing happens a part in theviewDidLoad
method:where
self.container
is aUIView
.Where I'm wrong or missing something in the code?
The text was updated successfully, but these errors were encountered: