We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to migrate to the latest version, but I can't figure out how to do the equivalent of this code:
documentController.myarray.bind(to: tableView, animated: true) { items, index, tableView in let observableItem = items[index] let view = RecentTableCellView() view.url = observableItem.url observableItem.openStatus.observeNext { openStatus in view.infoIconView.openState = openStatus }.dispose(in: view.bag) return view }
I've been though the migration guide, but I still can't figure it out. I can no longer pass in a closure, but I can's understand how else to do it.
It would be great if the migration guide could offer more help in this respect.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to migrate to the latest version, but I can't figure out how to do the equivalent of this code:
I've been though the migration guide, but I still can't figure it out. I can no longer pass in a closure, but I can's understand how else to do it.
It would be great if the migration guide could offer more help in this respect.
The text was updated successfully, but these errors were encountered: