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 立即更改模式。

属性

适用于