Share via


UITableViewCell.SetEditing(Boolean, Boolean) 메서드

정의

셀을 편집 모드 내/외부로 전환합니다.

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

매개 변수

editing
Boolean

true 편집 모드로 전환하려면 이 모드를 false 그대로 둡니다.

animated
Boolean

true 편집 컨트롤의 모양/누락에 애니메이션 효과를 주려면 컨트롤 false 을 즉시 표시/숨깁니다.

특성

적용 대상