Get notified on clipboard change in swift -
Get notified on clipboard change in swift -
is there clipboard alter event in swift? how can notified when clipboard changed in ios application thanks
you can capture uipastedboardchangednotification described in link:
https://developer.apple.com/library/ios/documentation/uikit/reference/uipasteboard_class/index.html#//apple_ref/c/data/uipasteboardchangednotification
example: (impossible create code appeared correctly, i've pasted image.
add notification didfinishlaunchingwithoptions call-back in appdelegate
add function handle when uipastedboardchangednotification sent appdelegate
swift clipboard
Comments
Post a Comment