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
Is your feature request related to a problem? Please describe.
When trying to setup ReactiveUI bindings to a ReactiveTableViewController there is little documentation to explain how to setup the binding for INotifyCollectionChanged propagations.
Is your feature request related to a problem? Please describe.
When trying to setup ReactiveUI bindings to a
ReactiveTableViewController
there is little documentation to explain how to setup the binding forINotifyCollectionChanged
propagations.https://reactiveui.net/docs/handbook/data-binding/xamarin-ios#ios-binding-helpers
Describe the solution you'd like
I would like better documentation on how ReactiveUI binds and instantiates UITableView in the following scenarios.
Describe alternatives you've considered
Other MVVM Frameworks have this documented:
https://www.mvvmcross.com/documentation/platform/ios/ios-tables-and-cells
Describe suggestions on how to achieve the feature
Additional context
Show how to setup using the following:
Connected Observable
Dynamic Data
The text was updated successfully, but these errors were encountered: