UIViewController.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 로 전환하려면 편집을 종료합니다. 기본값은 false입니다.

animated
Boolean

true 편집 모드로 또는 편집 모드에서 전환에 애니메이션 효과를 주거나 false 모드를 즉시 변경하려면 입니다.

특성

적용 대상