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
- 리펙터링
- uiscrollview
- Protocol
- UITextView
- clean architecture
- uitableview
- 클린 코드
- UICollectionView
- rxswift
- Xcode
- collectionview
- 애니메이션
- ios
- map
- 스위프트
- 리팩토링
- ribs
- Human interface guide
- tableView
- swiftUI
- combine
- swift documentation
- Clean Code
- SWIFT
- HIG
- RxCocoa
- MVVM
- Observable
- 리펙토링
- Refactoring
Archives
- Today
- Total
목록Rx Operator (1)
김종권의 iOS 앱 개발 알아가기
[RxSwift] 11. Time-Based Operators (delay, timeout)
1. Buffering Operators 1) share(replay:), share(replay:scope:) 과거의 이벤트들을 subscriber에게 emit - replay 파라미터 : 버퍼사이즈 (얼마만큼의 element를 새로운 subscriber에게 emit할 것인지 - scope 파라미터 : subscriber의 수가 1에서 0으로 될 때 다음 동작 .whileConnected : 공유되고 있던 stream의 cache삭제 .forever : stream의 cache를 삭제하지 않음 이밖의 메소드 - replay(_:) - replayAll() - multicast(_:) - publish() 2. Time-shifting operators 이벤트 emit에 delay를 시킬 수 있는 연산자..
RxSwift/RxSwift 기본
2020. 6. 24. 20:27