Upgrade to Pro — share decks privately, control downloads, hide ads and more …

RxAlert 結構便利だと思います。

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

RxAlert 結構便利だと思います。

Avatar for keisukeYamagishi

keisukeYamagishi

July 15, 2022
Tweet

More Decks by keisukeYamagishi

Other Decks in Programming

Transcript

  1. // normal alert rx.alert(title: "RxAlert", message: "We have made it

    easy to implement UIAlertController using RxSwift.") .subscribe() .disposed(by: disposeBag) Sample code