I have an app which display a table view. When a user taps on a cell the view goes to the detail view. The detail view has a UIWebView, based on which cell is tapped the detail view opens a online PDF file within the web view. The PDF is stored on the server.I have an app which display a table view. When