ios-fundamentals
Installation
SKILL.md
iOS Fundamentals Skill
Build rock-solid foundations for iOS development
Learning Objectives
By completing this skill, you will:
- Understand iOS app lifecycle and state management
- Master architectural patterns (MVC, MVVM, Clean)
- Implement memory-safe code with ARC
- Use modern Swift concurrency (async/await, actors)
- Apply dependency injection patterns