Hi there,
I would like to write an iOS application that uses the native support to viewing multiple file types (e.g. HTML, PDF, Pages, Word) in a high level control such as UIWebView or Quicklook. Nothing too hard here.
However I would then like to support selection of text, adding custom Context Menus to a selection and, at a minimum, knowing the location in the file of the last touch event (e.g. to keep details of edits/comment in a separate data structure that I can overlay by the document in the original annotation location as I scroll the document).
Is this possible to use a high level class for reading many file types, but also get API access to the location of the document viewed?
thanks, Adam