Apple 공식 SwiftUI Tutorials의 Landmarks 멀티플랫폼 앱 본인 작업본.
Apple 공식 튜토리얼을 따라 진행한 멀티플랫폼 (iOS / macOS / watchOS) SwiftUI 앱.
| 주제 | 챕터 |
|---|---|
| SwiftUI 기본 | Creating and Combining Views |
| 데이터 모델 | Building Lists and Navigation |
| 사용자 입력 | Handling User Input |
| 그리기 | Drawing Paths and Shapes |
| 애니메이션 | Animating Views and Transitions |
| 복잡한 UI | Composing Complex Interfaces |
| UIKit 연동 | Interfacing with UIKit |
| watchOS | Creating a watchOS App |
| macOS | Creating a macOS App |
Landmarks/
├── Landmarks/ # iOS 메인
├── MacLandmarks/ # macOS
├── WatchLandmarks Watch App/ # watchOS
└── Landmarks.xcodeproj
git clone https://github.com/GthingkingG/Landmarks.git
open Landmarks/Landmarks.xcodeprojXcode에서 scheme(Landmarks / MacLandmarks / WatchLandmarks) 선택 후 ⌘R.
원본 코드는 Apple Inc. 의 공식 SwiftUI Tutorials 다운로드 자료. 학습 목적 보관, 상업적 재배포 금지.
Learning-Archive 대시보드의 [공식] 카테고리.