remove(action:)
Remove an identified action.
Declaration
func remove(action removedIdentifier: UIAction.Identifier)Parameters
- removedIdentifier:
The identifier of the action to remove.
Remove an identified action.
func remove(action removedIdentifier: UIAction.Identifier)The identifier of the action to remove.