From ios-development
SwiftUI UI component catalog. Use when implementing NavigationStack, Swift Charts, PhotosPicker, TipKit, ScrollView enhancements, animations, layouts, WebView, Liquid Glass and other UI components. Organized by feature category with OS version compatibility info. Reference for discovering available components and implementation patterns.
npx claudepluginhub xtone/ai_development_tools --plugin ios-developmentThis skill uses the workspace's default tool permissions.
iOS 16以降で利用可能なSwiftUIコンポーネントを機能別に整理したリファレンス。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
iOS 16以降で利用可能なSwiftUIコンポーネントを機能別に整理したリファレンス。
swiftui-components/
├── SKILL.md (このファイル)
└── references/
├── navigation.md # ナビゲーション
├── charts.md # チャート・グラフ
├── scroll.md # スクロール
├── media.md # メディア・共有
├── animation.md # アニメーション
├── layout.md # レイアウト
├── tips.md # TipKit
├── preview.md # プレビュー
├── container.md # コンテナ値
├── theming.md # テーマ・デザイン
└── webview.md # WebView
ナビゲーション関連コンポーネント:
チャート・グラフ関連コンポーネント:
スクロール関連コンポーネント:
メディア・共有関連コンポーネント:
アニメーション関連コンポーネント:
レイアウト関連コンポーネント:
TipKitフレームワーク:
プレビュー関連:
コンテナ値・トランザクション:
テーマ・デザイン:
WebView関連:
| コンポーネント | iOS | 備考 |
|---|---|---|
| NavigationStack | 16+ | NavigationViewの後継 |
| Swift Charts | 16+ | 宣言的チャート |
| PhotosPicker | 16+ | 権限不要の写真選択 |
| Grid | 16+ | 柔軟なグリッド |
| TipKit | 17+ | 機能発見ヒント |
| scrollPosition | 17+ | スクロール位置制御 |
| symbolEffect | 17+ | SFシンボルアニメ |
| #Preview | 17+ | 簡易プレビュー |
| ContainerValues | 18+ | 子→親値伝達 |
| @Previewable | 18+ | プレビュー内@State |
| Liquid Glass | 26+ | 新デザイン言語 |
| WebView | 26+ | ネイティブWebView |
| @Animatable | 26+ | アニメーションマクロ |
| Chart3D | 26+ | 3Dチャート |