# IOS

> 用于 iOS / iPhone 平台规范问题：当用户要做 iOS 界面规则、导航、touch targets、safe area、Dynamic Type、Dark Mode、无障碍或 HIG 合规审查时使用。Prefer `swiftui-expert-skill` when the task is SwiftUI 代码架构、API 使用或性能优化；Combine with it when 平台规则需要落到 SwiftUI 实现。

- Skill: `hebertzhu/ios` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hebertzhu/ios`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hebertzhu/ios/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: hebertzhu (https://skillmd.com/u/hebertzhu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hebertzhu/ios

---


# ios

## Intent
- 用于 iOS / iPhone 平台规范问题：当用户要做 iOS 界面规则、导航、touch targets、safe area、Dynamic Type、Dark Mode、无障碍或 HIG 合规审查时使用。Prefer `swiftui-expert-skill` when the task is SwiftUI 代码架构、API 使用或性能优化；Combine with it when 平台规则需要落到 SwiftUI 实现。

## Default operating pattern
1. Identify the target platform, form factor, and native system constraints.
2. Choose native patterns before inventing custom behavior.
3. Translate platform rules into implementable UI, architecture, or code guidance.
4. Check accessibility, ergonomics, lifecycle, and integration edges.
5. Return a concrete implementation path instead of vague platform advice.

## Pack fit
- Included in: `platform-apps`
- Keep examples generic, privacy-safe, and portable across hosts.

## Boundary
- Do not answer iOS UI questions with generic cross-platform advice only.

