I read this documentation on how to view a file in an iOS app.
https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/PreviewingandOpeningItems.html#//apple_ref/doc/uid/TP40010410-SW1
Can I determine which application the user has selected? Or any kno way if he really tapped on any option?
My problem: a large iBooks file (> 700 MB). The user selects a preview, then clicks in the upper right corner and selects open on iBooks. It will take 20 to 45 seconds until it switches to iBooks. If I know that the user used any application, I could at least show the download or something else so that he knows that something will happen.
You can use methods to achieve this UIDocumentInteractionControllerDelegate. Here is a list of methods:
UIDocumentInteractionControllerDelegate
Apple Document Link
Source: https://habr.com/ru/post/1527943/More articles:Package installation fails - rFixed type parameter in alternative constructor - constructorAngularJS: How to create a translatable element directive that preserves attribute directives and can add new ones? - javascriptrun python code using html5 - pythonHow to implement UIDocumentInteractionController on iPad using Xamarin - c #Do I need to split the "varchar" response series so that it appears as a new line when creating a DataTable? - htmlSonata Admin: send an email after verification - phpMonotouch - QLPreviewController problem - iosRegex - date type string - pythonSSRS cannot log in and deploy - reporting-servicesAll Articles