PDF UIWebView
so, im making an app, where i need to display a PDF, sandboxed in my app's folder, and i need some help with this:
-is UIWebView the best option to display PDF files?
-does UIWebView support landscape mode (default), this is where i have my doubts, because my app features a tab bar, and my thoughts are, that when you switch to landscape mode, can you make the tab bar disappear, and then appear back again when switched back to portrait mode?
-is it possible to implement a "Find" option to find text in the PDF ?
|