When researching RxSwift
I found only the textField.rx_text.asObservable() property, which raises the event that each key is pressed on.
But how do we handle click or search button events? I would like to start the search only after these actions, and not "search by type".
reactive-programming swift2 rx-swift
alex
source share