我正在使用两个委托方法来显示系统滑动以删除UITableView特定行中的按钮
func tableView(tableView: UITableView,titleForDeleteConfirmationButtonForRowAtIndexPath indexPath: NSIndexPath) -> String! { return "your string" //or customize for each indexPath }