일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- async
- @state
- Linked List
- 동기화
- core data
- decode
- 운영체제
- 프로세스 스케줄링
- 알고리즘
- 데드락
- 동시성
- 가상 메모리
- 오브젝트
- Swift
- COLOR
- Apple Developer Academy
- deadlock
- 상호배제
- 100 days of SwiftUI
- UserDefaults
- Algorithm
- SwiftUI
- 인프런
- forEach
- Codable
- IOS
- scrollview
- 앨런
- 비동기
- struct
Archives
- Today
- Total
목록completionHandler (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