asked
Yagom's iOS Programming
Working Through an Example - Album Collection Screen Code Implementation
Written on
·
204
1
switch PHPhotoLibrary.authorizationStatus() {
해당 라인에
에러메시지 "switch must be exhaustive"
어떻게 수정해야 하나요??
Answer