PHPicker
-
<Swift>PHPicker - 사진앱 이용하기iOS/개념정리 2022. 8. 5. 14:17
앱에서 프로필 사진 등록이나 게시물에 사진을 올릴때 사진앱에서 사진을 가져올때 우리는 PHPicker를 이용해서 가져올 수 있습니다. 사진 앱을 이용하기 위해선 우선 PHPickerConfiguration 과 PHPickerViewController를 알아야 합니다. Apple Document를 살펴보면 PHPickerConfiguration An object that contains information about how to configure a picker view controller. -> Pikcer 보기 컨트롤러를 구성하는 방법에 대한 정보가 포함된 개체입니다. PHPickerViewController A view controller that provides the user interface ..