ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.32k stars 4.17k forks source link

Deprecated code warnings in playground Filtering_and_Conditional_Operators.xcplaygroundpage #2573

Closed annie-gupta closed 5 months ago

annie-gupta commented 7 months ago

This resolves issue #2569

Deprecated code warnings in playground Filtering_and_Conditional_Operators.xcplaygroundpage

RxSwift/Rx.playground/Pages/Filtering_and_Conditional_Operators.xcplaygroundpage:198:10 'skipWhile' is deprecated: renamed to 'skip(while:)'

RxSwift/Rx.playground/Pages/Filtering_and_Conditional_Operators.xcplaygroundpage:216:10 'skipUntil' is deprecated: renamed to 'skip(until:)'