当App处于后台状态时,如何从UIPasteboard获取数据(字符串,URL,图像等)

时间:2015-08-13 13:03:42

标签: ios objective-c ios8 uipasteboard

我正在挖掘"How to get data from UIPasteboard while App is in background state",但找不到有用的东西。
我跟着这个Linkthis但没有帮助。任何建议将不胜感激。

1 个答案:

答案 0 :(得分:0)

Daan Raman有一个教程here。它拥有你想要的一切。

共有4种类型的UIPasteboardNotifications

UIPasteboardChangedNotification;
UIPasteboardChangedTypesAddedKey;
UIPasteboardChangedTypesRemovedKey;
UIPasteboardRemovedNotification;

UIPasteboardChangedNotification在粘贴板项目更改时生成通知。 UIPasteboardChangedTypesRemovedKeyUIPasteboardRemovedNotification是粘贴板字典中的模式更改。当应用移除粘贴板对象时UIPasteboardRemovedNotification