RxSwift icon indicating copy to clipboard operation
RxSwift copied to clipboard

Deprecated code warnings in playground Filtering_and_Conditional_Operators.xcplaygroundpage

Open annie-gupta opened this issue 5 months ago • 0 comments

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:)'

annie-gupta avatar Jan 17 '24 19:01 annie-gupta