0

Currently, I want to use custom view on swiping delete action like this My custom view

Is it impossible to do that?

For now,I use function trailingSwipeActionsConfigurationForRowAt for custom icon image and title but I have no idea how to round corner of its background.

Thank you

Nawin Poolsawad
  • 227
  • 2
  • 13
  • I'm not sure if it's possible or not, but you can create custom views for delete actions with various CocoaPods, such as [this one](https://cocoapods.org/pods/SwipeCellKit). – Eric33187 Jun 01 '21 at 09:25

1 Answers1

0

I'm not sure about custom views but there is a library called 'SWTableViewCell', it gives default icon for edit, delete, apply, edit. You can find similar libraries too.