Swipe to expose “More” "Flag" "Archive" buttons (like in Mail app on iOS 8)

UitableviewSwiftIos8

Uitableview Problem Overview


How to expose custom buttons when user swipe a cell in table view (like mail app in iOS 8)

I would like that when the user swiping on a table view cell, to expose buttons (The default is the delete button in iOS 7 and early). In the Mail app for iOS 8 you can swipe and expose 3 buttons “More” "Flag" "Archive". I want to display other buttons with different color and title.

Is Apple provides API in UITableView for this ?

Thanks

Uitableview Solutions


Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionGuy KahlonView Question on Stackoverflow