Skip to content

Commit

Permalink
Merge pull request #171 from bruno-aguiar/thumbnail-resize-mode
Browse files Browse the repository at this point in the history
Fix low quality thumbnails with Xcode 11
  • Loading branch information
3lvis committed Oct 4, 2020
2 parents 484826b + 4f5358c commit 089ccf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Utils/Extensions/UIImageView+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extension UIImageView {

let options = PHImageRequestOptions()
options.isNetworkAccessAllowed = true
options.resizeMode = .none

let id = PHImageManager.default().requestImage(
for: asset,
Expand Down

0 comments on commit 089ccf1

Please sign in to comment.