Skip to content

Commit 741f53f

Browse files
committed
set cell default background color to clearColor. close jessesquires#727
1 parent 9bbdffa commit 741f53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

JSQMessagesViewController/Controllers/JSQMessagesViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ - (UICollectionViewCell *)collectionView:(JSQMessagesCollectionView *)collection
521521

522522
cell.textView.dataDetectorTypes = UIDataDetectorTypeAll;
523523

524+
cell.backgroundColor = [UIColor clearColor];
524525
cell.layer.rasterizationScale = [UIScreen mainScreen].scale;
525526
cell.layer.shouldRasterize = YES;
526527

0 commit comments

Comments
 (0)