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
810
NabigationControllerとの付き合い方
keisukeyamagishi
0
230
開発効率を考えてみました。xsort
keisukeyamagishi
0
280
MVVMについて.pdf
keisukeyamagishi
0
390
Other Decks in Programming
See All in Programming
CSC305 Lecture 25
javiergs
PRO
0
130
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
1
130
testcontainers のススメ
sgash708
1
120
Go の GC の不得意な部分を克服したい
taiyow
2
770
快速入門可觀測性
blueswen
0
340
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
310
42 best practices for Symfony, a decade later
tucksaun
1
180
Effective Signals in Angular 19+: Rules and Helpers @ngbe2024
manfredsteyer
PRO
0
130
クリエイティブコーディングとRuby学習 / Creative Coding and Learning Ruby
chobishiba
0
3.9k
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
330
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
310
Recoilを剥がしている話
kirik
5
6.6k
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
133
9k
How GitHub (no longer) Works
holman
311
140k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
95
17k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.4k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Gamification - CAS2011
davidbonilla
80
5.1k
Practical Orchestrator
shlominoach
186
10k
Speed Design
sergeychernyshev
25
670
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を継承したクラスでしたら、簡単なダイ アログでしたら簡単に呼ぶ事ができます。
コードの中身も結構シンプルに記述してありますので、わかり やすいと思います。
絶賛コントリビューター募集しておりますので、良かったらどう ぞ〜🎉🎉🎉