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/ConversationCell.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Juick/Views/ConversationCell.m') diff --git a/Juick/Views/ConversationCell.m b/Juick/Views/ConversationCell.m index 4c1e71c..21a3af2 100644 --- a/Juick/Views/ConversationCell.m +++ b/Juick/Views/ConversationCell.m @@ -11,6 +11,7 @@ @implementation ConversationCell -(void) configureWithChat:(Chat *)chat { + self.selectionStyle = UITableViewCellSelectionStyleNone; self.chatName.textColor = [UIColor colorNamed:@"Title"]; self.chatName.text = chat.uname; self.lastMessage.text = chat.lastMessageText; -- cgit v1.2.3