UIAlertController をRxSwiftを使って拡張してみました。
UIAlertController RxSwiftでUIViewController拡張
RxSwiftを使って、UIViewControllerを拡張してみました。
引用:
https://qiita.com/katafuchix/items/50266e0eb52a032c9629
cocoapod
pod 'RxUIAlert'
Carthage
github "RxSwiftCommunity/RxAlert"
これで動きます。
Sample code
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
alert(title: "WOW", actions: [AlertAction(title: "OK", type: 0, style: .default)], vc: self).subscribe(onNext: { (num) in
}).disposed(by: disposeBag)
}
Author And Source
この問題について(UIAlertController をRxSwiftを使って拡張してみました。), 我々は、より多くの情報をここで見つけました https://qiita.com/keisukeYamagishi/items/ca5751553c2724288e9f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .