Skip to content

Instantly share code, notes, and snippets.

@pzmudzinski
Created November 14, 2018 21:42
Show Gist options
  • Save pzmudzinski/7b5ccae521cbed12a7e9ac8336f40d52 to your computer and use it in GitHub Desktop.
Save pzmudzinski/7b5ccae521cbed12a7e9ac8336f40d52 to your computer and use it in GitHub Desktop.
deleteCommand
.map { $0.row }
.withLatestFrom(items) { rowIndex, items in
return items[rowIndex]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment