소스 검색

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
     }()