mobile-ios-design

Guide iOS interface design with Apple HIG and SwiftUI patterns.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ArogyaReddy/https-github.com-wshobson-agents --skill mobile-ios-design-arogyareddy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-ios-design
Source: https://github.com/ArogyaReddy/https-github.com-wshobson-agents/tree/main/plugins/ui-design/skills/mobile-ios-design
Command: npx skills add https://github.com/ArogyaReddy/https-github.com-wshobson-agents --skill mobile-ios-design-arogyareddy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Mastering iOS UI design to ensure apps follow Apple's Human Interface Guidelines (HIG) and SwiftUI patterns, achieving polished, native experiences.

Core Features & Use Cases

  • HIG-aligned design patterns for iOS, iPadOS, and visionOS
  • SwiftUI layout and navigation best practices for consistent interfaces
  • Accessibility and dynamic type considerations for inclusive apps

Quick Start

Open a sample SwiftUI screen and apply HIG-aligned styling to create a native iOS experience.

Frequently Asked Questions about mobile-ios-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design iOS interfaces that conform to Apple's Human Interface Guidelines?

To design HIG-conformant iOS interfaces, apply Apple's Human Interface Guidelines and SwiftUI patterns to ensure native layouts, system color semantics, and adaptive typography across iPhone, iPad, and visionOS contexts. This approach guarantees polished, native user experiences.

What's the best way to implement adaptive layouts and dynamic type in SwiftUI?

Implement adaptive layouts and dynamic type in SwiftUI by utilizing SwiftUI layout rules and navigation best practices. This ensures interfaces adapt seamlessly across iPhone and iPad while supporting inclusive accessibility features like dynamic type scaling.

How does SwiftUI handle accessibility features and system color semantics?

SwiftUI handles accessibility features and system color semantics by applying native HIG-aligned design patterns. Developers configure accessibility traits and semantic colors to ensure interfaces remain inclusive and adapt to user preferences like Dark Mode.

Can I use HIG design patterns for iPadOS and visionOS applications?

Yes, you can apply HIG design patterns for iPadOS and visionOS applications. The guidelines support configuring navigation and layout adaptivity across Apple platforms, ensuring your SwiftUI views scale correctly from iPhone to iPad and visionOS contexts.

What are the SwiftUI layout rules for configuring navigation and layout adaptivity?

SwiftUI layout rules for navigation and adaptivity involve using native navigation stacks and adaptive layout containers. Applying these HIG-aligned patterns ensures consistent interfaces and proper layout transitions across different iOS screen sizes.

When do I need to apply dynamic type considerations for inclusive iOS apps?

You need to apply dynamic type considerations for inclusive iOS apps whenever users rely on accessibility features. Configuring dynamic type and HIG-aligned accessibility ensures your SwiftUI views adapt to varied font sizes without breaking layout.