From 4a892ab5db316d4e90d580d0192c55cd11e452c1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 20 Mar 2021 05:43:08 +0300 Subject: cell selectionStyle --- Juick/Views/BubbleMessageCell.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Juick/Views/BubbleMessageCell.m') diff --git a/Juick/Views/BubbleMessageCell.m b/Juick/Views/BubbleMessageCell.m index a5131e6..1c923c7 100644 --- a/Juick/Views/BubbleMessageCell.m +++ b/Juick/Views/BubbleMessageCell.m @@ -22,6 +22,7 @@ } -(void) configureWithMessage:(Message *)message isMe:(BOOL)isMe { + self.selectionStyle = UITableViewCellSelectionStyleNone; self.message.backgroundColor = isMe ? [UIColor colorNamed:@"Title"] : [UIColor colorNamed:@"Chat"]; self.message.textColor = isMe ? [UIColor whiteColor] : [UIColor colorNamed:@"Text"]; self.message.dataDetectorTypes = UIDataDetectorTypeAll; -- cgit v1.2.3