views:

886

answers:

1

Hi,

I am implementing a custom text editor with syntax highlighting and I would like to integrate it into the OS 3.0 clipboard system. So, my question is, is there a way to programatically set/read the systemwide clipboard?

Thanks,

Kyle

+4  A: 

Search for UIPasteboardNameGeneral.

Jane Sales