You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: