UIViewController.Editing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
true
if the UIViewController allows the application user to edit the UIView contents.
public virtual bool Editing { [Foundation.Export("isEditing")] get; [Foundation.Export("setEditing:")] set; }
member this.Editing : bool with get, set
Property Value
true
if in editing mode, false
otherwise.
- Attributes
Remarks
If the application developer wishes to allow editing in the UIViewController, they should set this value to true
. If the UIBarButtonItem retrieved by the EditButtonItem is visible in the UINavigationBar, that button’s Title will reflect this value.