PoppingOutCell is a small plug-in for iOS. It can bring wonderful experience when gently dragging cell to left.
DraggedTableViewCell
PopOutButtonViewCell
CellView
TableCellData
PrefixHeader
#import "DraggedTableViewCell.h"
#import "PopOutButtonView.h"
"PopOutButtonView.h" can be changed to whatever button styles you like.
DraggedTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:cellIdentifier];
PopOutButtonView *view = [[PopOutButtonView alloc] initWithFrame:Frame
andTitle:nil
andBackgroundColor:[UIColor color]];
[cell addSubviewAsPopOutButton:view];