mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-05-14 04:14:32 +08:00
Remove red background
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user