recents_category_drag_drop

remove the debug background color.
This commit is contained in:
yannick
2015-12-14 11:14:58 +01:00
parent 644996aa1e
commit 00c0cc9a5c
+2 -2
View File
@@ -261,8 +261,8 @@
}
self.movingCellBackGroundView.frame = self.movingCellBackGroundView.frame;
cell.contentView.backgroundColor = [UIColor greenColor];
cell.backgroundColor = [UIColor redColor];
cell.contentView.backgroundColor = [UIColor clearColor];
cell.backgroundColor = [UIColor clearColor];
return cell;
}