The demo app which use storyboard to create the UIWebView runs fine as follows.
However, if I change the UIWebView to be created programmatically, some part of the view is below the navigation bar which cannot be seen. Following image shows the result.
Following code shows how the UIWebView is created.
how did you implement the NJKWebViewProgressView into the UIWebView programmatically? I can't seem to implement it into my project or Navigation Bar. Can you help?
The demo app which use storyboard to create the
UIWebView
runs fine as follows.However, if I change the
UIWebView
to be created programmatically, some part of the view is below the navigation bar which cannot be seen. Following image shows the result.Following code shows how the
UIWebView
is created.