ios
Intent
- 用于 iOS / iPhone 平台规范问题:当用户要做 iOS 界面规则、导航、touch targets、safe area、Dynamic Type、Dark Mode、无障碍或 HIG 合规审查时使用。Prefer
swiftui-expert-skillwhen the task is SwiftUI 代码架构、API 使用或性能优化;Combine with it when 平台规则需要落到 SwiftUI 实现。
Default operating pattern
- Identify the target platform, form factor, and native system constraints.
- Choose native patterns before inventing custom behavior.
- Translate platform rules into implementable UI, architecture, or code guidance.
- Check accessibility, ergonomics, lifecycle, and integration edges.
- 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.