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

Removed CreateBinding() method #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

IlSocio
Copy link
Contributor

@IlSocio IlSocio commented Jun 8, 2016

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
Copy link

MarcBruins commented Jan 10, 2017

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

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

Successfully merging this pull request may close these issues.

2 participants