فهرست منبع

clip image to bounds so that back view controller transition is correctly animated

cyberta 3 سال پیش
والد
کامیت
d80347023c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      deltachat-ios/Controller/SettingsBackgroundSelectionController.swift

+ 1 - 0
deltachat-ios/Controller/SettingsBackgroundSelectionController.swift

@@ -54,6 +54,7 @@ class SettingsBackgroundSelectionController: UIViewController, MediaPickerDelega
         let view = UIImageView()
         view.contentMode = .scaleAspectFill
         view.translatesAutoresizingMaskIntoConstraints = false
+        view.clipsToBounds = true
         if let backgroundImageURL = UserDefaults.standard.string(forKey: Constants.Keys.backgroundImageUrl) {
             view.sd_setImage(with: URL(fileURLWithPath: backgroundImageURL), completed: nil)
         } else {