I have a UIbutton and I would like when I press it to edit the content of a UITextView with the Keyboard.
I have been looking a lot on internet and finally found nothing of documentation about to programaticaly edit an UITextView.
It is possible to do this ?
UITextViewnatively supports editing. Try this:Optimally, you can make the textView always editable, or turn off editing after another button is pressed.