If your app interacts with files, such as email attachments or photos, allowing users to preview those files without leaving your app is a great way to enhance the user's experience. Fortunately, iOS makes adding this feature simple by providing the document interaction controller and the Quick Look preview controller. In this post, you will learn the differences between the two options and how you can implement them in your app. All the code below is available as a sample app on GitHub. Document Interaction Controller The document interaction controller is the more straightforward option to implement. As the name suggests, not only can it be used for previewing, it can also enable other file interactions, such as opening with another app, copying, or printing. To use the document interaction controller, start by creating a class that inherits from UIDocumentInteractionControllerDelegate. While most of the delegate methods are optional, in order to enable previewing you must override the ViewControllerForPreview method.
I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
This article is related to
Developers,Mobile Dev Blog,iOS
Developers,Mobile Dev Blog,iOS
No comments:
Post a Comment