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

Search Table View is not scrollable and selectable #45

Closed
Jackson0111 opened this issue Jul 6, 2016 · 2 comments
Closed

Search Table View is not scrollable and selectable #45

Jackson0111 opened this issue Jul 6, 2016 · 2 comments

Comments

@Jackson0111
Copy link

Hi! I've been using KSTokenView for a while, and I think it's great! Good work! I wanted to add keyword suggestion feature in my app, but for some reason the suggestions show up but the table view is not interactive. I can't scroll down or select a cell. I looked at the example project, and I don't see what I'm doing would cause this issue. I do have tap gesture recognizers on other views but even if I block the code responsible for that, it didn't work either. Do you have any idea what might be the issue? I'm using it in a table view cell btw, if that's helpful.

@Jackson0111
Copy link
Author

I put in tokenView didSelectRowAtIndexPath, that function is not called either. Do I need to set the results table view's delegate and datasource?

@Jackson0111
Copy link
Author

Ok I figured out where the problem is. My main table view is receiving all gestures instead of the search table view. Once I made the cell height big enough to fit the search table view, everything works just fine. But I can't do that, is there anyway to separate these two table views?

@khawars khawars closed this as completed Sep 13, 2016
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