Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
RxAlert 結構便利だと思います。
Search
keisukeYamagishi
July 15, 2022
Programming
0
140
RxAlert 結構便利だと思います。
keisukeYamagishi
July 15, 2022
Tweet
Share
More Decks by keisukeYamagishi
See All by keisukeYamagishi
Chart実装が楽になりました。
keisukeyamagishi
0
910
NabigationControllerとの付き合い方
keisukeyamagishi
0
270
開発効率を考えてみました。xsort
keisukeyamagishi
0
310
MVVMについて.pdf
keisukeyamagishi
0
450
Other Decks in Programming
See All in Programming
関数型まつりレポート for JuliaTokai #22
antimon2
0
150
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
210
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
120
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
140
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
320
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
180
Haskell でアルゴリズムを抽象化する / 関数型言語で競技プログラミング
naoya
17
4.9k
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
1
110
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
140
ニーリーにおけるプロダクトエンジニア
nealle
0
130
Select API from Kotlin Coroutine
jmatsu
1
190
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
430
65k
Faster Mobile Websites
deanohume
307
31k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Adopting Sorbet at Scale
ufuk
77
9.4k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Invisible Side of Design
smashingmag
299
51k
Code Review Best Practice
trishagee
68
18k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
670
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
940
A designer walks into a library…
pauljervisheath
206
24k
Transcript
RxSwiftでのエラーハンドリングを考え てみた。
エラーハンドリングと言ったら
ダイアログ ダイアログと言ったら UIAlertController!
UIAlertControllerと言ったら
扱いが簡単!
None
結構みなさんラップして扱う方が多いかと思います🤔
結構手間なので、OSSを使おうと考えた方は少なからず いると思います。
そこで下記のライブラリーを検討してみました。 https://github.com/RxSwiftCommunity/RxAlert
// normal alert rx.alert(title: "RxAlert", message: "We have made it
easy to implement UIAlertController using RxSwift.") .subscribe() .disposed(by: disposeBag) Sample code
UIViewControllerのエクステンションなので、 UIViewControllerを継承したクラスでしたら、簡単なダイ アログでしたら簡単に呼ぶ事ができます。
コードの中身も結構シンプルに記述してありますので、わかり やすいと思います。
絶賛コントリビューター募集しておりますので、良かったらどう ぞ〜🎉🎉🎉