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
I have declared a MutableObservableArray2D as a property in my class which is used as a CollectionView data source. I have multiple signals which generate section data for my CollectionView data source. What is the correct way to update MutableObservableArray2D ?
I have been doing it like below in my project, but i'm starting to have weird timing issues.
Hi all,
I have declared a
MutableObservableArray2D
as a property in my class which is used as a CollectionView data source. I have multiple signals which generate section data for my CollectionView data source. What is the correct way to updateMutableObservableArray2D
?I have been doing it like below in my project, but i'm starting to have weird timing issues.
The text was updated successfully, but these errors were encountered: