I have a custom header that is a subclass UITableViewHeaderFooterView. I want to add a delete button to this header similar to UITableViewCell
I went through the Internet and discovered some open source libraries for creating a swipeable cell that extend functionality UITableViewCellthat I really donβt need for a while,
Actually, I want to create a swipeable header View to show the delete button when deleting.
source
share