简体   繁体   中英

iPhone Display icon in Mail attachement forward actionsheet

How to show application icon in mail document forward actionsheet as shown below.

Description :

  1. Any Document in Mail attachement.
  2. Press and hold until you see action sheet like below image.

Please help me to show my application icon in this action sheet.

在此处输入图片说明

Your question is not clear.

Probably you are looking for UIDocumentInteractionController .

UIDocumentInteractionController allows your app to integrate with documents of specified format.

Check these tutorials :

You want to register your application for the file types you are able to receive. Documentation here:

http://developer.apple.com/library/ios/#documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/RegisteringtheFileTypesYourAppSupports.html

To declare its support for file types, your app must include the CFBundleDocumentTypes key in its Info.plist property list file. (See “Core Foundation Keys”.) The system adds this information to a registry that other apps can access through a document interaction controller.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM