UITextField start at end of text
- by Raphael Pinto
I created an UITextField in my App. This text field display a long text.
The problem is that when I first open the view containing the UITextField, it is automaticaly show the end of my text. But I want it to show the begining.
I read the UITextFiled Class Reference on Apple dev center, but nothing seem to allow me to change it.
How can I do?