-
Couldn't load subscription status.
- Fork 139
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Feature request
In ReactiveCocoa there is an ability to subscribe to object selector's trigger like
navigationController?.reactive
.trigger(for: #selector(UINavigationController.popViewController))
.producer.observe(on: UIScheduler()).startWithValues { ... }I think this feature is very useful and it would be great if Combine had this ability too 🙏
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working