When swipe the cell, the cell accessoryview position is fixed at the right end of cell.
So, in the updateCellState function of SWTableViewCell.m
The following logic could be added:
if(self.accessoryType == UITableViewCellAccessoryNone&&self.accessoryView)
....