Changing the default text field in xcode -


i've made user interface contains several text fields. when app launches, xcode automatically selects first one. purpose of app, that's not practical.

how can force start @ text field when launched? thought maybe awake nib have no idea code be.

put call [mytextfield becomefirstresponder] (where "mytextfield" field want start with) in controller's viewwillappear method.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -