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

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -