# HIG Lab > Apple Frameworks를 코드로 실습하는 곳 HIG Lab은 Apple의 핵심 50개 프레임워크를 실전 중심으로 학습할 수 있는 오픈소스 프로젝트입니다. 각 기술별로 블로그 포스트, DocC 튜토리얼, 시니어급 샘플 프로젝트를 제공합니다. - 웹사이트: https://m1zz.github.io/HIGLab/ - GitHub: https://github.com/M1zz/HIGLab - 라이선스: MIT ## 콘텐츠 구성 - 📝 블로그 포스트 50개 — HIG 가이드라인 한글 해설 + 실전 예제 - 📚 DocC 튜토리얼 50개 — Xcode에서 실습 가능한 step-by-step 가이드 (10챕터+) - 💻 샘플 프로젝트 43개 — 시니어급 SwiftUI 앱 (총 148,411줄) - 🤖 AI Reference 50개 — AI 코드 생성을 위한 참조 문서 ## AI Reference 문서 AI가 정확한 iOS/SwiftUI 코드를 생성할 수 있도록 설계된 참조 문서입니다. 각 문서는 개요, 필수 Import, 프로젝트 설정, 핵심 구성요소, 전체 작동 예제, 고급 패턴, 주의사항을 포함합니다. ### App Frameworks - [SwiftUI](https://m1zz.github.io/HIGLab/ai-reference/swiftui.md): 선언적 UI — View, Modifier, State - [Observation](https://m1zz.github.io/HIGLab/ai-reference/swiftui-observation.md): @Observable 상태 관리 - [SwiftData](https://m1zz.github.io/HIGLab/ai-reference/swiftdata.md): 데이터 영속화 — @Model, @Query - [WidgetKit](https://m1zz.github.io/HIGLab/ai-reference/widgets.md): 위젯 구현 — Timeline, Provider - [ActivityKit](https://m1zz.github.io/HIGLab/ai-reference/activitykit.md): Live Activity, Dynamic Island - [App Intents](https://m1zz.github.io/HIGLab/ai-reference/appintents.md): Siri, 단축어 통합 - [Foundation Models](https://m1zz.github.io/HIGLab/ai-reference/foundation-models.md): 온디바이스 LLM - [TipKit](https://m1zz.github.io/HIGLab/ai-reference/tipkit.md): 기능 팁, 온보딩 ### App Services - [StoreKit 2](https://m1zz.github.io/HIGLab/ai-reference/storekit.md): 인앱결제, 구독 - [PassKit](https://m1zz.github.io/HIGLab/ai-reference/passkit.md): Apple Pay, Wallet - [CloudKit](https://m1zz.github.io/HIGLab/ai-reference/cloudkit.md): iCloud 동기화 - [AuthServices](https://m1zz.github.io/HIGLab/ai-reference/authservices.md): Sign in with Apple - [LocalAuth](https://m1zz.github.io/HIGLab/ai-reference/localauth.md): Face ID / Touch ID - [CryptoKit](https://m1zz.github.io/HIGLab/ai-reference/cryptokit.md): 암호화/해싱 - [HealthKit](https://m1zz.github.io/HIGLab/ai-reference/healthkit.md): 건강 데이터 - [MapKit](https://m1zz.github.io/HIGLab/ai-reference/mapkit.md): 지도, POI - [Core Location](https://m1zz.github.io/HIGLab/ai-reference/corelocation.md): GPS, 지오펜싱 - [Core ML](https://m1zz.github.io/HIGLab/ai-reference/coreml.md): 온디바이스 ML - [Vision](https://m1zz.github.io/HIGLab/ai-reference/vision.md): 이미지 분석, OCR - [Notifications](https://m1zz.github.io/HIGLab/ai-reference/notifications.md): 푸시/로컬 알림 - [SharePlay](https://m1zz.github.io/HIGLab/ai-reference/shareplay.md): FaceTime 함께 보기 - [EventKit](https://m1zz.github.io/HIGLab/ai-reference/eventkit.md): 캘린더/리마인더 - [Contacts](https://m1zz.github.io/HIGLab/ai-reference/contacts.md): 연락처 관리 - [MusicKit](https://m1zz.github.io/HIGLab/ai-reference/musickit.md): Apple Music 통합 ### Graphics & Media - [ARKit](https://m1zz.github.io/HIGLab/ai-reference/arkit.md): 증강현실 - [RealityKit](https://m1zz.github.io/HIGLab/ai-reference/realitykit.md): 3D 렌더링 - [SpriteKit](https://m1zz.github.io/HIGLab/ai-reference/spritekit.md): 2D 게임 엔진 - [Core Image](https://m1zz.github.io/HIGLab/ai-reference/coreimage.md): 이미지 필터 - [PencilKit](https://m1zz.github.io/HIGLab/ai-reference/pencilkit.md): Apple Pencil 드로잉 - [PDFKit](https://m1zz.github.io/HIGLab/ai-reference/pdfkit.md): PDF 뷰어/편집 - [AVFoundation](https://m1zz.github.io/HIGLab/ai-reference/avfoundation.md): 카메라, 오디오 - [AVKit](https://m1zz.github.io/HIGLab/ai-reference/avkit.md): 비디오 재생 - [PhotosUI](https://m1zz.github.io/HIGLab/ai-reference/photosui.md): 사진 라이브러리 - [Core Haptics](https://m1zz.github.io/HIGLab/ai-reference/corehaptics.md): 햅틱 피드백 - [ShazamKit](https://m1zz.github.io/HIGLab/ai-reference/shazamkit.md): 음악 인식 - [Image Playground](https://m1zz.github.io/HIGLab/ai-reference/image-playground.md): AI 이미지 생성 - [WeatherKit](https://m1zz.github.io/HIGLab/ai-reference/weatherkit.md): 날씨 데이터 ### System & Network - [Core Bluetooth](https://m1zz.github.io/HIGLab/ai-reference/core-bluetooth.md): BLE 기기 연결 - [Core NFC](https://m1zz.github.io/HIGLab/ai-reference/core-nfc.md): NFC 태그 읽기/쓰기 - [MultipeerConnectivity](https://m1zz.github.io/HIGLab/ai-reference/multipeerconnectivity.md): P2P 통신 - [Network](https://m1zz.github.io/HIGLab/ai-reference/network.md): 저수준 네트워크 - [CallKit](https://m1zz.github.io/HIGLab/ai-reference/callkit.md): VoIP 통화 - [Wi-Fi Aware](https://m1zz.github.io/HIGLab/ai-reference/wifi-aware.md): Wi-Fi 직접 연결 ### iOS 26 (Apple Intelligence) - [Visual Intelligence](https://m1zz.github.io/HIGLab/ai-reference/visual-intelligence.md): 시각 분석 - [AlarmKit](https://m1zz.github.io/HIGLab/ai-reference/alarmkit.md): 알람 시계 - [EnergyKit](https://m1zz.github.io/HIGLab/ai-reference/energykit.md): 에너지 데이터 - [PermissionKit](https://m1zz.github.io/HIGLab/ai-reference/permissionkit.md): 통합 권한 관리 - [RelevanceKit](https://m1zz.github.io/HIGLab/ai-reference/relevancekit.md): 맥락 기반 추천 - [AccessorySetupKit](https://m1zz.github.io/HIGLab/ai-reference/accessorysetupkit.md): 액세서리 페어링 - [ExtensibleImage](https://m1zz.github.io/HIGLab/ai-reference/extensibleimage.md): 이미지 편집 확장 ## 샘플 프로젝트 (43개) 전체 목록: https://github.com/M1zz/HIGLab/tree/main/samples 각 프로젝트는 시니어급 품질의 SwiftUI 앱입니다 (Swift Concurrency, Accessibility, 문서화 포함). ## 전체 AI Reference 합본 모든 AI Reference 문서를 하나로: https://m1zz.github.io/HIGLab/llms-full.txt