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 does not show when using auto layout with KSTokenView #106

Open
smartyram opened this issue Jun 15, 2018 · 1 comment
Open

Comments

@smartyram
Copy link

smartyram commented Jun 15, 2018

When KSTokenView is bound by auto layout constraints the search table will not show.

To see the problem run the attached project and type "one" or "two" you will NOT see the search table.

Now remove the auto layout constraints and rebuild and run. As soon as you type "one" or "two" you will see the search table.

I have attached sample project to reproduce the problem.
TokenViewTest.zip

@AlexMarshall12
Copy link

I get around this by using the "Remove at build time" option for the constraints like the height constraint

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