You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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];
The text was updated successfully, but these errors were encountered:
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];
The text was updated successfully, but these errors were encountered: