MGCommand icon indicating copy to clipboard operation
MGCommand copied to clipboard

Allow to add multiple completeHandlers for commands

Open MattesGroeger opened this issue 11 years ago • 1 comments

Right now, when a command gets added to a command queue there is no way to register another completeHandler (as it's occupied by the command group).

MattesGroeger avatar Apr 08 '13 08:04 MattesGroeger

Alternatively we could dispatch notifications (in a local notification center of the command group?).

COMMAND_COMPLETE @{@"command": command}

MattesGroeger avatar Apr 08 '13 08:04 MattesGroeger