Tagged Questions
0
votes
1answer
248 views
Tap once to copy UITextView text substring
Say you've got a UITextView populated with a chunk of text. When a user taps on a word within the text I want the app to copy (retrieve the string) that word immediately. In your knowledge, is there ...
0
votes
2answers
732 views
Programmatically pasting into an iPhone UITextView
I have an iPhone app with a UITextView. I'd like to be able to paste the clipboard contents into it without showing the UIMenuController.
I tried calling the paste: method on the UITextView, and on ...