didSelectRowAtIndexPath called after long press
I have a uitableview right below a uitextfield that populates similar strings in a uitableview cell . The items get populated. However the didSelectRowAtIndexPath gets called after long press My UITableView (is embedded in UIScrollView) - didSelectRowAtIndexPath: only being called after long press on custom cell My view hierarchy: UIScrollView (outerscroll) Some other views and buttons UITexfield UITableView (tableView) My Code class MyViewController: BaseViewController , UITextFieldDelegate , UITableViewDelegate , UITableViewDataSource , UIGestureRecognizerDelegate { @IBOutlet weak var