我正在挖掘"How to get data from UIPasteboard while App is in background state"
,但找不到有用的东西。
我跟着这个Link
和this但没有帮助。任何建议将不胜感激。
答案 0 :(得分:0)
Daan Raman有一个教程here。它拥有你想要的一切。
共有4种类型的UIPasteboardNotifications
UIPasteboardChangedNotification;
UIPasteboardChangedTypesAddedKey;
UIPasteboardChangedTypesRemovedKey;
UIPasteboardRemovedNotification;
UIPasteboardChangedNotification
在粘贴板项目更改时生成通知。 UIPasteboardChangedTypesRemovedKey
和UIPasteboardRemovedNotification
是粘贴板字典中的模式更改。当应用移除粘贴板对象时UIPasteboardRemovedNotification
。