I have a screen in my app that contains a TextField.
I want the keyboard for the TextField to be displayed on default (i.e. as soon as the user navigates to the view, the keyboard should already be up).
How is this accomplished?
I have a screen in my app that contains a TextField.
I want the keyboard for the TextField to be displayed on default (i.e. as soon as the user navigates to the view, the keyboard should already be up).
How is this accomplished?
You have to just make an outlet from textfield and follow the following code.