We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a80d9 commit 468e102Copy full SHA for 468e102
JSQMessagesViewController/Controllers/JSQMessagesViewController.m
@@ -475,8 +475,6 @@ - (UICollectionViewCell *)collectionView:(JSQMessagesCollectionView *)collection
475
cell.messageBubbleTopLabel.attributedText = [collectionView.dataSource collectionView:collectionView attributedTextForMessageBubbleTopLabelAtIndexPath:indexPath];
476
cell.cellBottomLabel.attributedText = [collectionView.dataSource collectionView:collectionView attributedTextForCellBottomLabelAtIndexPath:indexPath];
477
478
- cell.backgroundColor = [UIColor whiteColor];
479
-
480
CGFloat bubbleTopLabelInset = (avatarImageDataSource != nil) ? 60.0f : 15.0f;
481
482
if (isOutgoingMessage) {
0 commit comments