Remove red background

This commit is contained in:
Roman Efimov
2013-08-07 10:21:12 -05:00
parent 243ce2b1bf
commit 3dd9c045d7

View File

@@ -84,7 +84,6 @@
_dateLabel.text = self.item.value ? [_dateFormatter stringFromDate:self.item.value] : @"";
_placeholderLabel.text = self.item.placeholder;
_placeholderLabel.hidden = self.dateLabel.text.length > 0;
_dateLabel.backgroundColor = [UIColor redColor];
}
- (void)layoutSubviews