I've one UITextView
. In that I want to add text to anywhere without press enterkey.
Currently It is allowing to add text to any where by pressing enter key. Like If I'm adding text to 1 line then want to add text to 4th line then I have to press enter and then write.
Now I want that I can add text to any line without pressing enter key. If I'm adding text to 1 line then If I want to add text to 4'th line then I can tap on 4th line and then start adding text.
Any one know how to do this? Or any other solution if its not possible.
I have requirement to make app like note app but add text to any line that user want without press the enter key.
Thanks.