Skip to main content
Back to registry

photos-camera-media

dpearson2699/swift-ios-skills

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.

Installs198
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill photos-camera-media
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. Filter with PHPickerFilter composites to restrict selectable media: PhotosPickerItem loads content asynchronously via loadTransferable(type:) . Define a Transferable type for automatic decoding: Always load in a Task to avoid blocking the main thread. Handle nil returns and thrown errors -- the user may select a format that cannot be decoded. iOS provides two access levels for the photo library.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does photos-camera-media do?

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.

Is photos-camera-media good?

photos-camera-media does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does photos-camera-media work with?

photos-camera-media currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to photos-camera-media?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install photos-camera-media?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill photos-camera-media

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering