共用方式為


UIViewController.Editing 屬性

定義

trueUIViewController如果 允許應用程式使用者編輯內容,則 UIView 為 。

public virtual bool Editing { [Foundation.Export("isEditing")] get; [Foundation.Export("setEditing:")] set; }
member this.Editing : bool with get, set

屬性值

true 如果處於編輯模式,則為 , false 否則為 。

屬性

備註

如果應用程式開發人員想要允許在 UIViewController 中編輯,他們應該將此值設定為 trueUIBarButtonItem如果 所擷 EditButtonItem 取的 會顯示在 UINavigationBar 中,該按鈕的 Title 將會反映此值。

適用於

另請參閱