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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
keisukeYamagishi
July 15, 2022
Programming
0
190
RxAlert 結構便利だと思います。
keisukeYamagishi
July 15, 2022
Tweet
Share
More Decks by keisukeYamagishi
See All by keisukeYamagishi
Chart実装が楽になりました。
keisukeyamagishi
0
1.1k
NabigationControllerとの付き合い方
keisukeyamagishi
0
310
開発効率を考えてみました。xsort
keisukeyamagishi
0
320
MVVMについて.pdf
keisukeyamagishi
0
480
Other Decks in Programming
See All in Programming
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
280
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
180
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
190
Claude Codeログ基盤の構築
giginet
PRO
7
3k
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.9k
野球解説AI Agentを開発してみた - 2026/02/27 LayerX社内LT会資料
shinyorke
PRO
0
240
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
540
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
170
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
710
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
390
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
900
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
380
Featured
See All Featured
Scaling GitHub
holman
464
140k
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
Designing Experiences People Love
moore
143
24k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
310
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Building Applications with DynamoDB
mza
96
7k
The untapped power of vector embeddings
frankvandijk
2
1.6k
4 Signs Your Business is Dying
shpigford
187
22k
Thoughts on Productivity
jonyablonski
75
5.1k
Mobile First: as difficult as doing things right
swwweet
225
10k
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を継承したクラスでしたら、簡単なダイ アログでしたら簡単に呼ぶ事ができます。
コードの中身も結構シンプルに記述してありますので、わかり やすいと思います。
絶賛コントリビューター募集しておりますので、良かったらどう ぞ〜🎉🎉🎉