I want to call a method when the done button is clicked in the UITextField KeyBoard? Please Help me...
See the UITextFieldDelegate Protocol reference. You probably want to implement the – textFieldShouldReturn: method in your delegate.
– textFieldShouldReturn: