-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FeatureRequest: Add handlers for selectors #50
Comments
Btw I implemented it here (took ReactiveCocoa/ReactiveSwift as a reference), but I changed indentation and added macOS support (not features adoption, but an ability to build), removed carthage & cocoapods support and updated readme a bit, so I don't think the PR is useful, and if you interested, you can adopt this feature manually or tell me to create a PR anyway 🙂 Example: navigationController?.publisher(for: #selector(UINavigationController.popViewController)) |
@maximkrouk This is BRILLIANT!!! Just what I need to finally completely remove RxSwift from my project. Do you mind to make a PR? It's a bit old, do you need any help updating it for usage? |
Hello @viewDidAppear, I just extracted this logic to combine-interception package, it should be compatible with CombineExt/CombineCocoa |
Oh @maximkrouk Thanks! I didn't see this so I prepared a PR of my own, with a fork against current master. Let me see if I can use your package instead 🤩 |
Feature request
In ReactiveCocoa there is an ability to subscribe to object selector's trigger like
I think this feature is very useful and it would be great if Combine had this ability too 🙏
The text was updated successfully, but these errors were encountered: