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
120
RxAlert 結構便利だと思います。
keisukeYamagishi
July 15, 2022
Tweet
Share
More Decks by keisukeYamagishi
See All by keisukeYamagishi
Chart実装が楽になりました。
keisukeyamagishi
0
840
NabigationControllerとの付き合い方
keisukeyamagishi
0
240
開発効率を考えてみました。xsort
keisukeyamagishi
0
290
MVVMについて.pdf
keisukeyamagishi
0
410
Other Decks in Programming
See All in Programming
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
7
2.5k
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
220
個人アプリを2年ぶりにアプデしたから褒めて / I just updated my personal app, praise me!
lovee
0
340
Grafana Loki によるサーバログのコスト削減
mot_techtalk
1
110
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
230
Introduction to kotlinx.rpc
arawn
0
630
GitHub Actions × RAGでコードレビューの検証の結果
sho_000
0
240
Rails アプリ地図考 Flush Cut
makicamel
1
110
Immutable ActiveRecord
megane42
0
130
CI改善もDatadogとともに
taumu
0
110
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
890
TokyoR116_BeginnersSession1_環境構築
kotatyamtema
0
110
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
20
2.4k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
Agile that works and the tools we love
rasmusluckow
328
21k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
A Tale of Four Properties
chriscoyier
158
23k
Become a Pro
speakerdeck
PRO
26
5.1k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
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を継承したクラスでしたら、簡単なダイ アログでしたら簡単に呼ぶ事ができます。
コードの中身も結構シンプルに記述してありますので、わかり やすいと思います。
絶賛コントリビューター募集しておりますので、良かったらどう ぞ〜🎉🎉🎉