I have a problem and I cannot find a workaround for her.
I have a view with an implementation of UIWebView and UITextField . In both cases, when I click, I do not get the copy / paste menu.
There is text in the text of the UIWebView (text only), and I can select a word or paragraph or make a magnification glass and manually select the text I want.
On the other hand, UITextField can accept input and work as intended, with the exception of copy / paste functions.
Nothing is subclassed. I only need the default iOS implementation for copy / paste functions.
This problem is not in one view. I have another UIWebView with the same problem elsewhere, so I think this is a global problem.
I did everything obvious (importing UIKit and Foundation frameworks, assigning properties, release, etc.), but again I was stuck on this.
What can interact / interfere with such simple functionality by disabling it? Moreover, always within the framework of the simplest implementation, what else is needed for this? (any infrastructure is missing, any property, etc.).
Such a simple thing, and I'm stuck with it. If someone has any idea, they really appreciate him.
==== Edit ====
The problem is not caused by my code in any view or class.
I added a new view (the application is based on a time sheet) with only UITextField and UITextView with the default text "Lorem Ipsum". In textView, I can also select text, but there is no menu to copy / paste / select / select All. This also happens in the text box (empty) where the paste menu is not displayed (I copy text from another application, such as Safari or Notes).
It seems that the problem elsewhere affects the universal application in all views.
I deleted the links to Frameworks and returned them, but nothing happened. I'm still trying to figure out where it comes from.