iOS Navigation — App Structure, Routing & Adaptive Layout
1. Navigation Patterns
Choose the right container for each context:
| Pattern | When to Use |
|---|---|
NavigationStack | Push/pop within a section. Most common. |
TabView | Top-level app sections (3–5 tabs). Glass tab bar in iOS 26. |
.sheet(item:) | Focused task or detail. Preferred over isPresented: — drives from data. |
.fullScreenCover | Immersive flows (onboarding, media playback, composition). |
| `Na |
[Description truncada. Veja o README completo no GitHub.]