Skip to content

FeatureRequest: Add handlers for selectors #50

@maximkrouk

Description

@maximkrouk

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions