2


i was digging on "How to get data from UIPasteboard while App is in background state" but could not find something useful.
i followed this Link and this but not helpful. any suggestions will be appreciated.

Community
  • 1
  • 1
Vatsal Shukla
  • 1,274
  • 12
  • 25

1 Answers1

0

Daan Raman had a tutorial here. It have everything you want.

There are total 4 type of UIPasteboardNotifications

UIPasteboardChangedNotification;
UIPasteboardChangedTypesAddedKey;
UIPasteboardChangedTypesRemovedKey;
UIPasteboardRemovedNotification;

UIPasteboardChangedNotification generate notification when the pasteboard item changed. UIPasteboardChangedTypesRemovedKey and UIPasteboardRemovedNotification are the changes which are mode in pasteboard dictionary. UIPasteboardRemovedNotification when an app remove the pasteboard object.

Blind Ninja
  • 1,063
  • 13
  • 28