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 am trying to create a MutableObservableArray2D so that I can bind it with a table view which has different sections.
I can't seem to get it right.
Here is my code:
First I am mapping API response to an array on objects and then grouping them according to date (string) but I cant assign it to instance of MutableObservableArray2D.
What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
I am trying to create a
MutableObservableArray2D
so that I can bind it with a table view which has different sections.I can't seem to get it right.
Here is my code:
First I am mapping API response to an array on objects and then grouping them according to date (string) but I cant assign it to instance of
MutableObservableArray2D
.What am I doing wrong here?
The text was updated successfully, but these errors were encountered: