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

Reordering Table View Cells #671

Open
trekirkman opened this issue Jan 9, 2020 · 1 comment
Open

Reordering Table View Cells #671

trekirkman opened this issue Jan 9, 2020 · 1 comment

Comments

@trekirkman
Copy link

Hi!

Love ReactiveKit + Bond, but I'm having trouble implementing drag to reorder in a table view backed by a MutableObservableArray. I tried using the proposed solution in #366 — using tableView.reactive.dataSource.forwardTo = self — but the reorderControl does not appear. I've also noticed that declaring that data source proxy after mockData.bind(to: tableView) ...causes no cells to load at all.

It seems that Bond 7 brought significant changes to data sources, could that have reintroduced the issue resolved by v5.4.4?

@ctiborsebak
Copy link

I have also run into this issue. and have tried forwarding the table's dataSource to the view controller to no success. Have you made any progress @trekirkman ?

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

No branches or pull requests

2 participants