首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

iOS 七 之Airdrop 分享Plain text and attributed string data

2013-10-23 
iOS 7 之Airdrop 分享Plain text and attributed string data接上一篇 先介绍分享文字的 地址点击打开链接

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. 


热点排行