Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
fix: disable high resolution image optimization because of crash
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Wang committed May 31, 2019
1 parent 167b547 commit b5583bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhotoBrowser/PhotoPreview/PhotoPreviewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b5583bd

Please sign in to comment.