I would like to detect when a cell in a tableview has the delete button visible. I tried the tableview.editing property, but that returns null. The rows dont have a property listed for isEditing. What is the best way to check if rows are currently editing?
↧