RxSwiftExamples icon indicating copy to clipboard operation
RxSwiftExamples copied to clipboard

Notification in RxAction Example

Open ghost opened this issue 5 years ago • 0 comments

Im RxSwift newbie. I think purpose of RxAction is demonstrate how to use Action, but is it cost much or complex to replace notification handling here ? Are there anyway to implement this logic using RxSwift syntax ? NotificationCenter.default.addObserver( self, selector: #selector(keyboardWillShow(_:)), name: NSNotification.Name.UIKeyboardWillShow, object: nil)

ghost avatar Jun 11 '20 08:06 ghost