-
Notifications
You must be signed in to change notification settings - Fork 3
DevLog iOS
yeondu edited this page Dec 16, 2020
·
19 revisions
노래 track list를 만들어보자! (part1: SwiftUI를 이용하여 Cell 디자인하기)
노래 track list를 만들어보자! (part2: List로 보여주기 및 ViewModel적용하기)
SwiftUI에서 View와 Model Binding (part1: @State와 @Binding)
SwiftUI에서 View와 Model Binding (part2: @StateObject, @ObservedObject, @Published)
SwiftUI에서 View와 Model Binding (part3: @ @EnvironmentObject)
Protocol 기반의 Analytics System을 만들어보자
SwiftUI) 사용자 이벤트 수집 및 Alert로 확인
CoreData로 오프라인에서도 이용 가능한 앱 만들기
SwiftUI) NavigationLink와 Memory Leak
URL로 비동기 이미지 생성하기 - Combine과 Network