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
Post a Comment