I need to write a simple app which will view a PDF stored locally on the phone as part of the app bundle.
Is there a control in UIBuilder that I can use to display a PDF?
UIWebView
will load PDFs, as well as several other file formats. See Using UIWebView to display select document types.
To view a PDF as a UIImage, where the source of the PDF is a Base64 string, use this simple class. (MonoTouch)