Reputation: 1764
I have a button that I need to both delete something, and close a sheet. Being that there is only one 'Sent Actions' connection, how do I connect it to two actions?
Zach
Upvotes: 1
Views: 402
Reputation: 243146
No, you cannot do this with AppKit. What you can do is hook it up to a single action, and then have that action invoke other methods.
Upvotes: 5