Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

didAutocompleteWith is not called #11

Open
kyurkchyan opened this issue Dec 11, 2013 · 1 comment
Open

didAutocompleteWith is not called #11

kyurkchyan opened this issue Dec 11, 2013 · 1 comment

Comments

@kyurkchyan
Copy link

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

@zbencz3
Copy link

zbencz3 commented May 8, 2014

in my case it was also the gesture recognizer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants