UITableViewCell.SetEditing(Boolean, Boolean) Method

Definition

Toggles the cell in and out of editing mode.

[Foundation.Export("setEditing:animated:")]
public virtual void SetEditing (bool editing, bool animated);
abstract member SetEditing : bool * bool -> unit
override this.SetEditing : bool * bool -> unit

Parameters

editing
Boolean

true to enter editing mode, false to leave it.

animated
Boolean

true to animate the appearance/disappearance of the editing controls, false to immediately show/hide the controls.

Attributes

Applies to