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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -