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
The issue is that didAutocompleteWith is not called. When I debugged the app, I also noticed that didSelectRowAtIndexPath in TRAutocompleteView code is not called either. Then I noticed that it gets called when I press the table view cell longer. I investigated this issue on the web, and mostly this kind of problem occurs when someone has gesture recogniser which steals the touch event from table view. In my case I do not have any gesture recogniser. So I'm completely puzzled what can cause this kind of issue. Any suggestions? Thanks for help.
Regards
Gagik
The text was updated successfully, but these errors were encountered:
Hello
The issue is that didAutocompleteWith is not called. When I debugged the app, I also noticed that didSelectRowAtIndexPath in TRAutocompleteView code is not called either. Then I noticed that it gets called when I press the table view cell longer. I investigated this issue on the web, and mostly this kind of problem occurs when someone has gesture recogniser which steals the touch event from table view. In my case I do not have any gesture recogniser. So I'm completely puzzled what can cause this kind of issue. Any suggestions? Thanks for help.
Regards
Gagik
The text was updated successfully, but these errors were encountered: