소스 검색

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 {