Forráskód Böngészése

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

cyberta 3 éve
szülő
commit
d80347023c

+ 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 {