Hi Everyone:
I am wondering if there is some way to subclass UIPasteboard in order to get the selection behavior, but not get the "Cut, Copy, and Paste" options. In addition to this, is there some notification I can subscribe to that returns the NSRange of the selected body of text once it is selected?
Thanks for any help!
EDIT: I would like to use this subclass to allow the user to indicate the area that they would like to run a function on.