Objective-c – How to hide keyboard once UITextView becomes the first responder in iPhone SDK

cocoa-touchios4iphoneobjective cuitextview

In my iPhone App when I click on UITextView keyboard becomes visible

I try to use resignFirstResponder on "textDidEndOnExit" event but the keyboard does not hide.

What should be done to hide the keyboard?

please Help and Suggest,
Thanks.

Best Answer

Here another thread about this topic: how to hide the keyboard when empty area is touched on iphone

i think this can help you.