Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.2. Patterns are backward-compatible to iOS 16 unless noted.
See references/photospicker-patterns.md for complete picker recipes and references/camera-capture.md for AVCaptureSession patterns.
PhotosPicker is the native SwiftUI replacement for UIImagePickerController. It runs out-of-process, requires no photo library permission for browsing, and supports single or multi-selection with media type filtering.
iOS 앱에서 사진 선택, 카메라 캡처 및 미디어 처리를 구현, 검토 또는 개선합니다. PhotosPicker, PHPickerViewController, 카메라 캡처 세션(AVCaptureSession), 사진 라이브러리 액세스, 이미지 로드 및 표시, 비디오 녹화 또는 미디어 권한 작업 시 사용합니다. Swift 앱에서 라이브러리에서 사진 선택, 사진 촬영, 비디오 녹화, 이미지 처리 또는 사진/카메라 개인 정보 보호 권한 처리와 관련된 모든 작업을 트리거합니다. 출처: dpearson2699/swift-ios-skills.