5

I know you can use QLPreviewController to preview a document, but has anyone got a tidy solution to enable gestures (swipes right:left) and preserve the document zoom / navigation.

It has been suggested that we could use a horizontal tableview but initial implementation suggested similar navigation issues.

Any thoughts or suggestions appreciated.

Ben Whiting
  • 153
  • 1
  • 9
  • Have you looked at FastPDFKit - https://github.com/mobfarm/FastPdfKit – Nate Flink Oct 09 '12 at 16:01
  • Hi Nate, thanks for the suggestion, at this point we are trying to present the documents as are, with out conversion to PDF. This might be an option we look to in the future. – Ben Whiting Nov 13 '12 at 17:25

1 Answers1

0

UIPageViewController? Sounds like a good fit.

NetworkBurger
  • 160
  • 2
  • 10