Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Xamarin.iOS binding ReactiveTableViewController #329

Open
2 tasks
RLittlesII opened this issue Apr 29, 2019 · 1 comment
Open
2 tasks

Document Xamarin.iOS binding ReactiveTableViewController #329

RLittlesII opened this issue Apr 29, 2019 · 1 comment

Comments

@RLittlesII
Copy link
Member

RLittlesII commented Apr 29, 2019

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.

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.

  1. With a nib file
  2. With a story board file
  3. Building the UI from code

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

@clintonrocksmith
Copy link
Contributor

I'll do this because I'm trying to figure it out right now at work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants