UIViewController.Editing 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
true
UIViewController如果 允許應用程式使用者編輯內容,則 UIView 為 。
public virtual bool Editing { [Foundation.Export("isEditing")] get; [Foundation.Export("setEditing:")] set; }
member this.Editing : bool with get, set
屬性值
true
如果處於編輯模式,則為 , false
否則為 。
- 屬性
備註
如果應用程式開發人員想要允許在 UIViewController 中編輯,他們應該將此值設定為 true
。 UIBarButtonItem如果 所擷 EditButtonItem 取的 會顯示在 UINavigationBar 中,該按鈕的 Title 將會反映此值。