Contents

removeAction(forKey:)

Removes an action associated with a specific key.

Declaration

func removeAction(forKey key: String)

Parameters

  • key:

    A string that uniquely identifies an action.

Mentioned in

Discussion

If an action is found that matches the key, it is removed from the node.

See Also

Running Actions