We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I get around this by using the "Remove at build time" option for the constraints like the height constraint
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: