---
name: platform-ios-ui
description: Use when the UI needs iOS-specific navigation, spacing, touch ergonomics, motion restraint, safe areas, or Apple-native interface adaptation.
---

# Platform iOS UI

## Overview

Use this adapter when the target is an iPhone or iPad experience. Keep the core visual direction, but adapt navigation, spacing, sheets, touch behavior, and motion for iOS expectations.

## Rules

- Respect safe areas, tab bars, navigation bars, and sheet presentation.
- Keep touch targets comfortable.
- Support Dynamic Type and reduced motion.
- Favor clear hierarchy over overloaded chrome.
- Use motion to support orientation, not decoration.

## Handoff Must Include

- Safe-area behavior
- Navigation model
- Modal and sheet behavior
- Dynamic Type notes
- Touch target and gesture notes

