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
Are there plans to support UICollectionViewDelegateFlowLayout in some reactive way, to respond to sizes based on the data model instead of only being able to rely on indexPath?
Are there plans to support
UICollectionViewDelegateFlowLayout
in some reactive way, to respond to sizes based on the data model instead of only being able to rely on indexPath?Currently, I'm doing something like this:
However, this relies on some helper local variable
events
, which may or may not have been updated by an observable when the delegate is called.The text was updated successfully, but these errors were encountered: