views:

62

answers:

0

I have a table full of custom UITableViewCells which have UITextFields in them. Although the user could use the return key to dismiss the keyboard, most of my keyboards are of the number pad type.

Does anyone know of a way to detect when the user touches outside the UITableViewCell so I can programatically dismiss the keyboard? I would use touchesBegan, but I heard UIScrollView (which is what the table view is in) takes control of this.

I'd greatly appreciate any help!

Thanks, Ricky.