HBSequence / Sequence.Plugins

A library of MvvmCross/Xamarin Plugins and sample applications
26 stars 12 forks source link

Removed CreateBinding() method #10

Open IlSocio opened 8 years ago

IlSocio commented 8 years ago

Basically I've removed the IncrementalTableViewSource.CreateBinding() so we can easily migrate the code from any MvxTableViewSource to IncrementalTableViewSource. Developers will have to set the binding like they always do when using any other MvxTableViewSource subclass. eg. this.CreateBinding(source).To(vm => vm.Numbers).Apply();

Both the iOS and Android implementations are similar and both are overriding ItemsSource property to reset the _lastViewedPosition.

I also improved the .gitignore

MarcBruins commented 7 years ago

What is the status on this? I would definitely like the normal binding because for example i need valueconverters