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

Let a CollectionSupportingView invalidate its own layout #115

Open
alanjrogers opened this issue Mar 14, 2018 · 0 comments
Open

Let a CollectionSupportingView invalidate its own layout #115

alanjrogers opened this issue Mar 14, 2018 · 0 comments
Assignees

Comments

@alanjrogers
Copy link
Contributor

It would be great to allow a CollectionSupportingView to be able to invalidate it's own layout in response to some view state that changes it's bounds.

Eg. a input text field that grows in height as the user types.

See #102 for a naive implementation.

That implementation needs 2 things to be generally useful in pilot:

  1. It should only invalidate the layout of the single view (not the whole CV)
  2. It should have a more robust way of getting a reference to the collectionView.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant