I have created a login page with Login and Clear Button. If the clear button is pressed the text field should clear but i need the cursor, back to username textfield but it remains in Password Field. Can anyone suggest answer for this?
How to move the curstor to a selected UIText Field in IOS Programming?
67 views Asked by Stephan Thinagaran At
3
Use UIResponder's
-becomeFirstResponder
method: