how can i hide the keypad from iphone simulator after its use ?
in my app Ist textfield is for name , another one is for password and one button i want to
hide the keypad whenever i clicked on button.
how can i hide the keypad from iphone simulator after its use ? in
Share
in button action routine write [yourTextField resignFirstResponder]. it will hide your keyboard.
Jim.