I'm having trouble getting the keyboard in my iPhone application to disappear, because even when I made the controller UIView insensitive, I have a UITableView that takes up the rest of the available screen.
I was curious to know how I would get out of the keyboard, aka firstResponder , by clicking on a UITableView ? Is there a way to track a touch event on a UITableView , even if it doesn't have to select an interactive cell.
Basically, I know how to change the keyboard if the cell fires an event, but if I click on the inaccurate part of the UITableView , I would still like the keyboard to go away.
source share