---
title: UIImagePickerController.CameraFlashMode.off
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiimagepickercontroller/cameraflashmode-swift.enum/off
---

# UIImagePickerController.CameraFlashMode.off

Specifies that flash illumination is always off, no matter what the ambient light conditions are.

## Declaration

```swift
case off
```

## See Also

### Constants

- [UIImagePickerController.CameraFlashMode.auto](uikit/uiimagepickercontroller/cameraflashmode-swift.enum/auto.md)
- [UIImagePickerController.CameraFlashMode.on](uikit/uiimagepickercontroller/cameraflashmode-swift.enum/on.md)
