iphone - how to solve this intersting UITextView problem -


Friend,

I have a problem in moving the cursor to the first place I have an application Keep adding notes. When the user clicks the "Edit" button, I am launching another screen and want to take notes to the existing text below the text, whereas the cursor is in the first place. This behavior is similar to the email reply screen. Here the email body is connected to the answer screen, while the cursor has started (0, 0) the location of the textView. Can anyone help? How to do this

[TextField Be the First Responder];

textField.selectedRange = nsmkrange (0,0);

Does this work?


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -