Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- swiftUI
- 리팩토링
- Xcode
- MVVM
- Protocol
- swift documentation
- tableView
- 애니메이션
- Refactoring
- uitableview
- ribs
- UICollectionView
- uiscrollview
- map
- HIG
- combine
- 클린 코드
- Clean Code
- RxCocoa
- Observable
- ios
- 리펙토링
- UITextView
- SWIFT
- rxswift
- 리펙터링
- 스위프트
- Human interface guide
- clean architecture
- collectionview
Archives
- Today
- Total
목록weak reference (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] NSMapTable, weakCache 개념 (딕셔너리와 차이점, weak reference, thread safe)
NSMapTable 개념 key-value쌍으로 구송하는 컬렉션 타입 중 하나인 Dictionary와 유사하지만 memory 관리를 더욱 디테일하게 처리가 가능한 클래스 딕셔너리는 value type이지만 NSMapTable은 class타입이므로 reference type 딕셔너리는 key-value쌍으로 value에 object를 넣으면 strong reference로 잡히지만, NSMapTable은 통해 weak 설정이 가능 NSMapTable은 멀티 스레드 환경에서도 안전하게 사용할 수 있는 thread safe 속성도 가지고 있는 장점이 존재 NSMapTable로 메모리 캐싱 구현 NSMapTable의 Value 타입에 사용할 class 타입 CachedObject 정의 하나와 NSMapTable..
iOS 응용 (swift)
2023. 8. 25. 01:53