I use a web view to display small pdf files. In the interest of aesthetics, I’d like to remove the grey border around the PDF. Is there any way around it? I’ve looked at various resources none of which seem to work or the solution no longer works in iOS5.
Also, is there any way of stopping the scroll if there’s only one page?
Thanks.
The shadows are actually UIImageView subviews of the UIScrollView (or the equivalent in iOS5 UIWebView).
So in iOS4:
and in iOS5 and above: