ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

search suggestion selection requires two taps #246

Open bvrr557 opened 3 years ago

bvrr557 commented 3 years ago

Search suggestion result selection is not working on first tap. The didSelectRowAtIndexPath() is not called on first tap. But works fine on second tap. Single tap worked fine when I commented the below, but not sure of the side effects. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboradFrameDidShow:) name:UIKeyboardDidShowNotification object:nil];