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
110
RxAlert 結構便利だと思います。
keisukeYamagishi
July 15, 2022
Tweet
Share
More Decks by keisukeYamagishi
See All by keisukeYamagishi
Chart実装が楽になりました。
keisukeyamagishi
0
770
NabigationControllerとの付き合い方
keisukeyamagishi
0
220
開発効率を考えてみました。xsort
keisukeyamagishi
0
260
MVVMについて.pdf
keisukeyamagishi
0
380
Other Decks in Programming
See All in Programming
PLoP 2024: The evolution of the microservice architecture pattern language
cer
PRO
0
1.6k
RailsのPull requestsのレビューの時に私が考えていること
yahonda
5
1.7k
Synchronizationを支える技術
s_shimotori
1
150
Realtime API 入門
riofujimon
0
110
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
7
2.8k
外部システム連携先が10を超えるシステムでのアーキテクチャ設計・実装事例
kiwasaki
1
220
Snowflake x dbtで作るセキュアでアジャイルなデータ基盤
tsoshiro
2
430
ECSのサービス間通信 4つの方法を比較する 〜Canary,Blue/Greenも添えて〜
tkikuc
11
2.3k
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
zsmb
1
330
詳細解説! ArrayListの仕組みと実装
yujisoftware
0
480
Kubernetes for Data Engineers: Building Scalable, Reliable Data Pipelines
sucitw
1
200
CSC509 Lecture 09
javiergs
PRO
0
100
Featured
See All Featured
Visualization
eitanlees
144
15k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
3
370
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
Art, The Web, and Tiny UX
lynnandtonic
296
20k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
6.9k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.5k
Docker and Python
trallard
40
3.1k
Embracing the Ebb and Flow
colly
84
4.4k
Typedesign – Prime Four
hannesfritz
39
2.4k
Bash Introduction
62gerente
608
210k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
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を継承したクラスでしたら、簡単なダイ アログでしたら簡単に呼ぶ事ができます。
コードの中身も結構シンプルに記述してありますので、わかり やすいと思います。
絶賛コントリビューター募集しておりますので、良かったらどう ぞ〜🎉🎉🎉