mobile-ios-design

Implement iOS design guidelines and SwiftUI patterns for native, accessible apps.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Sumeet138/qwen-code-agents --skill mobile-ios-design-sumeet138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-ios-design
Source: https://github.com/Sumeet138/qwen-code-agents/tree/main/plugins/ui-design/skills/mobile-ios-design
Command: npx skills add https://github.com/Sumeet138/qwen-code-agents --skill mobile-ios-design-sumeet138

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Designing iOS apps that consistently follow Apple's Human Interface Guidelines (HIG) and SwiftUI patterns can be time-consuming and error-prone. This skill consolidates proven UI principles, layout strategies, and navigation patterns to help teams deliver polished, accessible experiences.

Core Features & Use Cases

  • HIG-aligned UI design across iPhone, iPad, and visionOS with platform-consistent typography, color, and motion.
  • SwiftUI patterns & components for building reusable views, navigation stacks, grids, and adaptive layouts.
  • Accessibility & typography practices to support Dynamic Type, VoiceOver, and inclusive design across form controls and controls.

Quick Start

Review the iOS HIG principles and SwiftUI patterns to begin crafting a cohesive iOS interface.

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 SwiftUI views that follow Apple's Human Interface Guidelines?

SwiftUI adaptive layouts use native grids and navigation stacks to build reusable views that respond dynamically to different screen sizes, ensuring your app's interface scales correctly across iPhone, iPad, and visionOS contexts.

How do I implement Dynamic Type and VoiceOver accessibility in iOS apps?

Implement Dynamic Type and VoiceOver accessibility in iOS apps by applying inclusive design practices to your SwiftUI form controls, ensuring text scales appropriately and screen readers can navigate your interface elements clearly.

Does this approach support designing interfaces for visionOS?

SwiftUI patterns facilitate building reusable views, managing navigation stacks, and creating adaptive layouts that adjust seamlessly to different screen contexts, resulting in polished and consistent iOS app interfaces.

What's the best way to build reusable SwiftUI components for native apps?

The best way to build reusable SwiftUI components is to implement established UI patterns that align with Apple's Human Interface Guidelines, ensuring your views support clear visual hierarchy, adaptive layouts, and native accessibility features across platforms.