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 9bbdffa commit 741f53fCopy full SHA for 741f53f
JSQMessagesViewController/Controllers/JSQMessagesViewController.m
@@ -521,6 +521,7 @@ - (UICollectionViewCell *)collectionView:(JSQMessagesCollectionView *)collection
521
522
cell.textView.dataDetectorTypes = UIDataDetectorTypeAll;
523
524
+ cell.backgroundColor = [UIColor clearColor];
525
cell.layer.rasterizationScale = [UIScreen mainScreen].scale;
526
cell.layer.shouldRasterize = YES;
527
0 commit comments