DeclarativeHub/Bond

Reordering Table View Cells

Opened this issue · 1 comments

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?

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 ?