瀏覽代碼

we can use contentMode .scaleAspectFit for sticker messages, because we never want - in contrast to high resolution image messages - to be parts of the image cut off

cyberta 4 年之前
父節點
當前提交
22354bfc6d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Chat/Views/Cells/ImageTextCell.swift

+ 1 - 0
deltachat-ios/Chat/Views/Cells/ImageTextCell.swift

@@ -110,6 +110,7 @@ class ImageTextCell: BaseMessageCell {
 
         self.imageHeightConstraint?.isActive = false
         self.imageWidthConstraint?.isActive = false
+        self.contentImageView.contentMode = .scaleAspectFit
 
         // check if sticker has the allowed minimal width
         if width < minImageWidth {