Skip to content

Commit

Permalink
PHImageRequestOptions allow iCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Feb 1, 2016
1 parent 7ccb951 commit d4dd6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Yep/Extensions/PHImageRequestOptions+Yep.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extension PHImageRequestOptions {
options.version = .Current
options.deliveryMode = .HighQualityFormat
options.resizeMode = .Exact
options.networkAccessAllowed = true

return options
}
Expand Down

0 comments on commit d4dd6b8

Please sign in to comment.