'Custom swipe to delete for rounded TableViewCell with drop shadow
I'm trying to make a custom swipe to delete style which appears like being behind the cell itself, not side by side like the default trailingSwipeActionsConfiguration.
Is there any way to create a design like this? From what I've tried with the default swipe control there will be a gap between the cell itself and the delete button due to the cells padding for drop shadow and also the red color of the delete button needs to extends under rounded corners of the cell. Also I've tried creating a subview behind the cell when tableview willBeginEditingRowAt is being called but it seems off(sometime works, sometimes doesn't). Perhaps there might be a proper way to achieve this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

