iOS 7 之Airdrop 分享Plain text and attributed string data
接上一篇 先介绍分享文字的 地址点击打开链接
AirDrop does not fully supportNSAttributedString. That means on the receiving device you will get a plaintext, which by default opens inNotes.app. If you need to transferattributions, you need to wrap your NSAttributedString in a custom object,save it with a custom file type, and pass the file URL to AirDrop. On thereceiving device, you need to register for your custom file type and take itfrom there.