Users Pricing

forum

home / developersection / forums / how to dismiss keyboard using uisearchbar in objective-c?

How to dismiss keyboard using UISearchBar in Objective-C?

Anonymous User 2587 05 Feb 2016

I am using UISearchBar and UITableView in our iPhone application as a contact application. I am using results of searchbar into the uitableview and when I tap on any cell I will move to another view to display details of related item (cell content). I want to dismiss the keyboard when I tap outside the searchbar. So I am using UITapGestureRecognizer to dismiss the keyboard, but now another problem is created with the table cell. When I tap on the table cell to move another view controller its not working?

So please suggest me what to do to solve this issue!

Thank you.


I am a content writter !


1 Answers

Tarun Kumar 05 Feb 2016 Accepted Answer