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 a table view with a viewmodel generating the data for it. I would like to be able to send along an extra info with my section data, telling wether the datasource should be forced to use deviceViewTransition.
But in my case, the tableData isn't only an array of SectionOfCustomData, but also has a parameter, which should be used as input to the datasource - something like;
I have a table view with a viewmodel generating the data for it. I would like to be able to send along an extra info with my section data, telling wether the datasource should be forced to use deviceViewTransition.
To simplify, imaging some code like this:
Can this be done and how do I make the binding to my tableView? Usually I would do something like this:
But in my case, the tableData isn't only an array of SectionOfCustomData, but also has a parameter, which should be used as input to the
datasource
- something like;Hope someone can help my out on how make this binding to my tableview - if possible at all.
The text was updated successfully, but these errors were encountered: