truncate tail for both preview and message bubble
// FREEBIE
This commit is contained in:
parent
50ce0e6db5
commit
5774e5769d
@ -268,7 +268,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
UILabel *quotedTextLabel = [UILabel new];
|
||||
quotedTextLabel.numberOfLines = self.isForPreview ? 1 : 3;
|
||||
quotedTextLabel.lineBreakMode = NSLineBreakByWordWrapping;
|
||||
quotedTextLabel.lineBreakMode = NSLineBreakByTruncatingTail;
|
||||
quotedTextLabel.text = text;
|
||||
quotedTextLabel.textColor = textColor;
|
||||
quotedTextLabel.font = font;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user