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
- map
- 리펙터링
- clean architecture
- uiscrollview
- swift documentation
- MVVM
- Xcode
- Protocol
- collectionview
- tableView
- swiftUI
- UITextView
- UICollectionView
- rxswift
- 리펙토링
- 애니메이션
- uitableview
- SWIFT
- ios
- Refactoring
- ribs
- 스위프트
- Human interface guide
- RxCocoa
- combine
- Clean Code
- HIG
- Observable
- 리팩토링
- 클린 코드
Archives
- Today
- Total
목록memory leaks (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 3. 클로저를 사용할 때 주의할 점 - nested closure 세 번째
1. 클로저를 사용할 때 주의할 점 - Memory Leaks, Retain Cycle, nested closure 첫 번째2. 클로저를 사용할 때 주의할 점 - nested closure 두 번째3. 클로저를 사용할 때 주의할 점 - nested closure 세 번째nested closure에서 weak로 잡지 않는 경우closure가 두 번 생길 때 아래와 같은 경우가 존재ss.instance?.f1 클로저 안에 ss.instance?.f2가 있고, 모두 RxSwift에서 제공하는 연산자 subscribe(with: self)로 접근함으로써 self는 weak로 잡은 상태weak var instance: SomeClass?button.rx.tap .subscribe(with: self) { s..
iOS 응용 (swift)
2024. 5. 29. 01:04