Search code examples
iphonepdfuiwebview

Remove page number box in UIWebView


I'm opening a PDF file with UIWebView and once I'm starting to scroll down, it shows the page number in a box and I don't want to see it.

Any idea?


Solution

  • If you don't want the UIWebView pdf behaviour, use something else to open your pdf :)

    There's a demo project from Apple that shows you how to do that.