-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
이미지 관련 QA 해결 #147
이미지 관련 QA 해결 #147
Conversation
- isNetworkAccessAllowed 옵션 설정
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다아~
private let imageRequestOptions: PHImageRequestOptions = { | ||
let options = PHImageRequestOptions() | ||
options.isSynchronous = true | ||
options.isNetworkAccessAllowed = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
문제의 한 줄..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니더
#️⃣ 연관된 이슈
⏰ 작업 시간
📝 작업 내용
📸 스크린샷
⚽️ 트러블 슈팅
오래된 사진이라 iCloud에만 존재하고 Local에는 존재하지 않는 사진의 경우
PHImageRequestOptions
의isNetworkAccessAllowed
를 true로 설정해줘야한다.