ios-design-guidelines

A skill for generating and checking iOS app interfaces and their accessibility and design standards.

61|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/joelhooks/joelclaw --skill ios-design-guidelines-joelhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-design-guidelines
Source: https://github.com/joelhooks/joelclaw/tree/main/.agents/skills/ios-design-guidelines
Command: npx skills add https://github.com/joelhooks/joelclaw --skill ios-design-guidelines-joelhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for designing and developing iOS applications that adhere to Apple's Human Interface Guidelines (HIG).

Core Features & Use Cases

  • HIG Compliance: Ensures apps follow Apple's design principles for layout, navigation, typography, color, accessibility, and more.
  • SwiftUI/UIKit Examples: Offers practical code snippets for implementing HIG rules in both SwiftUI and UIKit.
  • Use Case: A developer is building a new feature for an iPhone app and needs to ensure the UI elements, navigation flow, and accessibility meet Apple's standards before implementation. This Skill provides the rules and examples needed.

Quick Start

Use the ios-design-guidelines skill to review the accessibility rules for VoiceOver.

Frequently Asked Questions about ios-design-guidelines

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

FAQPage Schema
How do I ensure my iOS app meets Apple's Human Interface Guidelines?

To ensure HIG compliance, verify your app's layout, navigation, typography, color, and accessibility against Apple's standards. This involves enforcing best practices for user-friendly experiences and checking system integration using SwiftUI and UIKit examples.

What are the iOS accessibility rules for VoiceOver in SwiftUI?

iOS accessibility rules for VoiceOver require components to be perceivable and operable. You can implement these rules in SwiftUI by applying accessibility modifiers to your UI elements, ensuring they meet HIG standards for users with disabilities.

Does the HIG cover both UIKit and SwiftUI for iPhone app development?

Yes, HIG compliance covers both UIKit and SwiftUI for iPhone app development. You get practical code snippets and component patterns for both frameworks to implement layout, navigation, and gestures correctly.

What is the best way to implement iOS navigation patterns and gestures?

The best way to implement iOS navigation patterns and gestures is to follow HIG rules for system integration. This ensures your UI flow remains user-friendly and compliant, utilizing standard UIKit and SwiftUI components.

When do I need to check iOS privacy guidelines for my app?

You need to check iOS privacy guidelines during the design phase before implementation. Adhering to HIG privacy rules ensures your app handles user data correctly and maintains compliance with Apple's system integration requirements.