浏览代码

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 {