ra1028 / Former

Former is a fully customizable Swift library for easy creating UITableView based form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Swipe Actions to UITableCells

vinced45 opened this issue · comments

Do you have any plans to add Swipeable Cell Actions like seen in the Mail App. Or do you know how we can extend this framework to achieve this. I tried extending Former but that didn't work

At this time I do not think there are any plans for new features from us.

You can achieve this using the UITableViewDelegate & UITableViewDataSource protocols.