Hihi all,
My requirement is to hide the keyboard or picker when user tap out of my UITableViewCell (but still within the UITableView).
I have found some post about overriding hitTest by subclassing UIView, but my class is subclass of UIViewController, and I need the dismissModalViewControllerAnimated method, which makes me can't change the subclass to UIView, thus not able to override the hitTest.
Is there other alternative to achieve the above requirement? Please advice. Thanks in advance.
:)