Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 4a94d039e8
commit 37841d9b67

@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN
self.placeholderView = [UILabel new];
self.placeholderView.text = NSLocalizedString(@"new_message", @"");
self.placeholderView.textColor = [UIColor lightGrayColor];
self.placeholderView.textAlignment = NSTextAlignmentLeft;
self.placeholderView.userInteractionEnabled = NO;
[self addSubview:self.placeholderView];
// We need to do these steps _after_ placeholderView is configured.

Loading…
Cancel
Save