UIWebView loading progress and adjust web page to fit the view page?
- by user262325
Hello everyone
I am using UIWebView to load a web page.
There are 2 questions:
1.It it possible to track the percentage progress when UIWebView is loading the page?
2.I know there is property scalesPageToFit
scalesPageToFit
A Boolean value determining whether the webpage scales to fit the view and the user can change the scale.
I try to set it to YES, but it looks like that it is not in public API and my app stopped with black screen, I am not sure what is wrong?
Welcome any comment
Thanks
interdev