일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- struct
- core data
- decode
- deadlock
- Codable
- forEach
- 운영체제
- COLOR
- @state
- 100 days of SwiftUI
- SwiftUI
- 데드락
- Swift
- Algorithm
- 동시성
- Apple Developer Academy
- 비동기
- 오브젝트
- 프로세스 스케줄링
- 인프런
- 알고리즘
- 가상 메모리
- 상호배제
- Linked List
- async
- scrollview
- 앨런
- UserDefaults
- 동기화
- IOS
Archives
- Today
- Total
목록onUpdate (1)
기어가더라도 제대로
객체간 데이터 전달하는 방법 4가지
Delegate 패턴 https://damagucci-juice.tistory.com/37?category=980234 Delegate 정의 직역하면 대리인, 클래스 간에 응집도? 결합도? 강한 참조? 여튼 암튼 그런 것을 피하기 위해서 사용하는 패턴 주로 MVC 패턴에서 많이 사용한다네요. 예시 각각의 구성요소들이 각자 자기가 damagucci-juice.tistory.com NotificationCenter https://damagucci-juice.tistory.com/41?category=980234 Notification Center 간단 사용법 필요성 객체간에 연결을 느슨하게 하기 위해 delegate 라는 것을 썻는데, 이 delegate도 많아지니 코드가 지저분해서, 1:多 혹은 多 : 多..
Swift - 기초
2022. 5. 8. 17:24