NSPasteboard availability after the app exit

30 Views Asked by At

ALL,

Have a following question:

If I allocate NSPasteboard, wrote some data into it, the quit the application, that data will still be available? I won't need to do anything extra?

Or there should be some kind of API call to retain the data in order to paste it into the other application after I exit mine?

TIA!!!

0

There are 0 best solutions below