From b5583bd855b10c502a382ecc240ef7cc3f072282 Mon Sep 17 00:00:00 2001 From: WangWei Date: Fri, 31 May 2019 11:34:27 +0800 Subject: [PATCH] fix: disable high resolution image optimization because of crash --- PhotoBrowser/PhotoPreview/PhotoPreviewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhotoBrowser/PhotoPreview/PhotoPreviewController.swift b/PhotoBrowser/PhotoPreview/PhotoPreviewController.swift index f97b91a..7703ec3 100644 --- a/PhotoBrowser/PhotoPreview/PhotoPreviewController.swift +++ b/PhotoBrowser/PhotoPreview/PhotoPreviewController.swift @@ -22,7 +22,7 @@ protocol PhotoPreviewControllerDelegate: class { func photoPreviewController(_ controller: PhotoPreviewController, doDownDrag isBegin: Bool, needBack: Bool, imageFrame: CGRect, imageView: UIView?) } -typealias ImageView = ImageContainerView +typealias ImageView = UIImageView // MARK: - PhotoPreviewController class PhotoPreviewController: UIViewController {