Share via


UIViewController.SetEditing(Boolean, Boolean) Method

Definition

[Foundation.Export("setEditing:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetEditing(bool editing, bool animated);
[<Foundation.Export("setEditing:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetEditing : bool * bool -> unit
override this.SetEditing : bool * bool -> unit

Parameters

editing
Boolean
animated
Boolean
Attributes

Applies to