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 |
Tags
- UICollectionView
- SWIFT
- uiscrollview
- 스위프트
- rxswift
- Xcode
- swiftUI
- Refactoring
- Human interface guide
- ribs
- tableView
- UITextView
- Protocol
- RxCocoa
- clean architecture
- 리펙토링
- Clean Code
- map
- uitableview
- 클린 코드
- swift documentation
- HIG
- combine
- MVVM
- 리펙터링
- 애니메이션
- ios
- Observable
- collectionview
- 리팩토링
Archives
- Today
- Total
목록메인 스케줄러 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] RxSwift의 MainScheduler.instance와 MainScheduler.asyncInstance 차이
MainScheduler란? // https://github.com/ReactiveX/RxSwift/blob/25d35f564b95ff4610b78f622c77ec3317aff31c/RxSwift/Schedulers/MainScheduler.swift#L24 Abstracts work that needs to be performed on `DispatchQueue.main`. In case `schedule` methods are called from `DispatchQueue.main`, it will perform action immediately without scheduling. This scheduler is usually used to perform UI work. Main scheduler ..
iOS 응용 (swift)
2023. 1. 23. 22:32