Loading...
Loading...
Compare original and translation side by side
.claude/apple-design-context.md.claude/apple-design-context.md| Reference | Topic | Key content |
|---|---|---|
| charts.md | Charts | Swift Charts, bar/line/area/point marks, chart accessibility, audio graphs |
| collections.md | Collections | Grid/list layouts, compositional layout, selection, reordering, diffable data sources |
| image-views.md | Image Views | Aspect ratio handling, content modes, SF Symbol images, accessibility |
| image-wells.md | Image Wells | Drag-and-drop image selection, macOS-specific, placeholder content |
| color-wells.md | Color Wells | Color selection UI, system color picker, custom color spaces |
| web-views.md | Web Views | WKWebView, SFSafariViewController, navigation controls, content restrictions |
| activity-views.md | Activity Views | Share sheets, activity items, custom activities, action extensions |
| lockups.md | Lockups | Image+text elements, tvOS card layouts, focus effects, shelf layouts |
| 参考文档 | 主题 | 核心内容 |
|---|---|---|
| charts.md | 图表 | Swift Charts,柱状图/折线图/面积图/散点图标记,图表可访问性,音频图表 |
| collections.md | 集合组件 | 网格/列表布局,组合式布局,选择、重排序功能,差分数据源 |
| image-views.md | 图片视图 | 宽高比处理,内容模式,SF Symbol图片,可访问性 |
| image-wells.md | 图片选择框 | 拖拽式图片选择,macOS专属功能,占位内容 |
| color-wells.md | 颜色选择框 | 颜色选择UI,系统颜色选择器,自定义色彩空间 |
| web-views.md | 网页视图 | WKWebView,SFSafariViewController,导航控件,内容限制 |
| activity-views.md | 活动视图 | 分享面板,活动项,自定义活动,动作扩展 |
| lockups.md | 锁定布局 | 图片+文本元素,tvOS卡片布局,焦点效果,货架布局 |
| Content Need | Recommended Component | Platform Notes |
|---|---|---|
| Visualizing quantitative data | Charts (Swift Charts) | iOS 16+, macOS 13+, watchOS 9+ |
| Browsing a grid or list of items | Collection View | Compositional layout for complex arrangements |
| Displaying a single image | Image View | Support aspect ratio fitting; provide accessibility description |
| Selecting an image via drag or browse | Image Well | macOS primarily; use image pickers on iOS |
| Selecting a color | Color Well | Triggers system color picker; macOS, iOS 14+ |
| Showing web content inline | Web View (WKWebView) | Use SFSafariViewController for external browsing |
| Sharing content to other apps | Activity View | System share sheet with configurable activity types |
| Content card (image + text) | Lockup | Primarily tvOS; adaptable to other platforms |
| 内容需求 | 推荐组件 | 平台说明 |
|---|---|---|
| 可视化量化数据 | Charts (Swift Charts) | iOS 16+, macOS 13+, watchOS 9+ |
| 浏览网格或列表类内容 | Collection View | 复杂布局可使用组合式布局 |
| 展示单张图片 | Image View | 支持宽高比适配;需提供可访问性描述 |
| 通过拖拽或浏览选择图片 | Image Well | 主要适用于macOS;iOS请使用图片选择器 |
| 选择颜色 | Color Well | 触发系统颜色选择器;支持macOS、iOS 14+ |
| 内嵌展示网页内容 | Web View (WKWebView) | 外部浏览请使用SFSafariViewController |
| 向其他应用分享内容 | Activity View | 可配置活动类型的系统分享面板 |
| 内容卡片(图片+文本) | Lockup | 主要适用于tvOS;可适配其他平台 |