Getting NSRange from Subclassed UIPasteboard Selection
Posted
by PF1
on Stack Overflow
See other posts from Stack Overflow
or by PF1
Published on 2010-03-28T17:23:43Z
Indexed on
2010/03/28
21:33 UTC
Read the original article
Hit count: 394
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!
© Stack Overflow or respective owner