Skip to content

Use @objc, not dynamic #3

@lilyball

Description

@lilyball

Your fire function should be marked as @objc, not as dynamic. This happens to work because dynamic implies @objc, but you don't actually want any of the guarantees of dynamic beyond that of @objc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions