I want to open PDF files using QLPreviewController in Monotouch, but I can’t to do this.
QLPreviewItem is an abstract class, but object of this type returns method :
QLPreviewControllerDataSource.GetPreviewItem(QLPreviewController, int)
Anybody has worked example of QLPreviewController in Monotouch?
subclass QLPreviewItem, and then return
object from GetPreviewItem: