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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -