Code cleaning: Remove useless TableViewCell classes.

This commit is contained in:
giomfo
2016-07-01 10:33:07 +02:00
parent 94ec39f40e
commit ab563b96a8
15 changed files with 26 additions and 310 deletions
@@ -533,7 +533,7 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)();
cell.mxkTextField.userInteractionEnabled = YES;
cell.mxkTextField.borderStyle = UITextBorderStyleNone;
cell.mxkTextField.textAlignment = NSTextAlignmentRight;
cell.mxkTextField.textColor = [UIColor lightGrayColor];
cell.mxkTextField.textColor = kVectorTextColorGray;
cell.accessoryType = UITableViewCellAccessoryNone;
cell.accessoryView = nil;