跳到主要内容
知仓学习社ZHICANG

hig-components-controls

Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered.

不碰外部(只输出文字)无严重或高危命中sickn33/agentic-awesome-skills

它会碰到什么

扫了多少15 个文本文件,111 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Apple HIG: Selection and Input Controls

Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered.

Key Principles

  1. Clear current state. Users must always see what is selected. Toggles show on/off, segmented controls highlight the active segment, pickers display the current selection.
  1. Prefer standard system controls. Built-in controls provide consistency and accessibility. Custom controls introduce a learning curve and may break assistive features.
  1. Toggles for binary states. On or off. In Settings-style screens, changes take effect immediately. In modal forms, changes commit on confirmation.
  1. Segmented controls for mutually exclusive options. 2-5 items, roughly equal importance, short labels.
  1. Sliders for continuous values. When precise numeric input is not critical. Provide min/max labels or icons for range endpoints.
  1. Pickers for long option lists. Too many options for a segmented control. Works well for dates, times, structured data.
  1. Steppers for small, precise adjustments. Increment/decrement in fixed steps. Display current value next to the stepper with reasonable min/max bounds.
  1. Text fields for short, single-line input. Text views for multi-line. Configure keyboard type to match expected input (email, URL, number).
  1. Combo boxes: text input + selection list. macOS. Type a value or choose from a predefined list when custom values are valid.
  1. Token fields: discrete values as visual tokens. macOS. For email recipients, tags, or collections of discrete items.
  1. Gauges and rating indicators display values. Gauges show a value within a range. Rating indicators show ratings (often stars). Display-only; use interactive variants for input.

Reference Index

| Reference | Topic | Key content |

|---|---|---|

| [controls.md](references/controls.md) | General controls | States, affordance, system controls |

| [toggles.md](references/toggles.md) | Toggles | On/off, immediate effect |

| [segmented-controls.md](references/segmented-controls.md) | Segmented controls | 2-5 options, equal weight |

| [sliders.md](references/sliders.md) | Sliders | Continuous range, min/max labels |

| [steppers.md](references/steppers.md) | Steppers | Fixed steps, bounded values |

| [pickers.md](references/pickers.md) | Pickers | Dates, times, long option sets |

| [combo-boxes.md](references/combo-boxes.md) | Combo boxes | macOS, type or select, custom values |

| [text-fields.md](references/text-fields.md) | Text fields | Short input, keyboard types, validation |

| [text-views.md](references/text-views.md) | Text views | Multi-line, comments, descriptions |

| [labels.md](references/labels.md) | Labels | Placement, VoiceOver support |

| [token-fields.md](references/token-fields.md) | Token fields | macOS, chips, tags, recipients |

| [virtual-keyboards.md](references/virtual-keyboards.md) | Virtual keyboards | Email, URL, number keyboard types |

| [rating-indicators.md](references/rating-indicators.md) | Rating indicators | Star ratings, display-only |

| [gauges.md](references/gauges.md) | Gauges | Level indicators, range display |

Output Format

  1. Control recommendation with rationale and why alternatives are less suitable.
  2. State management -- how the control communicates current state and whether changes apply immediately or on confirmation.
  3. Validation approach -- when to show errors and how to communicate rules.
  4. Accessibility -- labels, traits, hints for VoiceOver.

Questions to Ask

  1. What type of data? (Boolean, choice from fixed set, numeric, free-form text?)
  2. How many options?
  3. Which platforms? (Combo boxes and token fields are macOS-only)
  4. Settings screen or inline form?

Related Skills

  • hig-components-menus -- Buttons and pop-up buttons complementing selection controls
  • hig-components-dialogs -- Sheets and popovers containing forms
  • hig-components-search -- Search fields sharing text input patterns
  • hig-inputs -- Keyboard, pointer, gesture interactions with controls
  • hig-foundations -- Typography, color, layout for control styling

Built by Raintree Technology · More developer tools

When to Use

This skill is applicable to execute the workflow or actions described in the overview.

Example

User request:

> Check for .claude/apple-design-context.md before asking questions.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 hig-components-controls 的技能。它们内容并不相同,别混用: