UIImagePickerController.ShowsCameraControls Property

Definition

Whether this UIImagePickerController should display the default camera controls.

public virtual bool ShowsCameraControls { [Foundation.Export("showsCameraControls")] get; [Foundation.Export("setShowsCameraControls:")] set; }
member this.ShowsCameraControls : bool with get, set

Property Value

Default is set to true, specifying that default camera controls are visible in the picker. Otherwise set to false to provide a custom overlay view.

Attributes

Applies to