فهرست منبع

fixed overlapping images

nayooti 5 سال پیش
والد
کامیت
e27430bb80
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      deltachat-ios/MessageKit/Views/Cells/TextMediaMessageCell.swift

+ 1 - 0
deltachat-ios/MessageKit/Views/Cells/TextMediaMessageCell.swift

@@ -25,6 +25,7 @@ open class TextMediaMessageCell: MessageContentCell {
         let imageView = UIImageView()
         imageView.contentMode = .scaleAspectFill
         imageView.translatesAutoresizingMaskIntoConstraints = false
+        imageView.clipsToBounds = true
         return imageView
     }()