Which delegate function of UIDocumentInteractionControllerDelegate
is called when document is completely loaded on the preview?
Just to share, I have already tried :
- (void)documentInteractionControllerDidEndPreview:(UIDocumentInteractionController *)controller
And this is called when we close the preview.