Просмотр исходного кода

round corners of drafted images a little bit

cyberta 4 лет назад
Родитель
Сommit
406aa22b85
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      deltachat-ios/Chat/Views/MediaPreview.swift

+ 1 - 0
deltachat-ios/Chat/Views/MediaPreview.swift

@@ -11,6 +11,7 @@ class MediaPreview: DraftPreview {
         imageView.translatesAutoresizingMaskIntoConstraints = false
         imageView.contentMode = .scaleAspectFit
         imageView.clipsToBounds = true
+        imageView.layer.cornerRadius = 4
         return imageView
     }()