objective c - UITextfield Exit -


i've problem textfield in custom cell. created editingdidend function open new view tableview different possiblities choose textfield.

par example: write mister in field view shows names mister...

then click on user wish, view closing. problem now, textfield stay in edit mode. how can exit edit mode? , if click on done on keyboard, procedure restarts....

thank answers.

i believe looking [textfield resignfirstresponder]. end text field editing, , dismiss keyboard.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -