You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: