isMultitaskingCameraAccessEnabled
A Boolean value that indicates whether the capture session enables access to the camera while multitasking.
Declaration
var isMultitaskingCameraAccessEnabled: Bool { get set }Discussion
The default value is false.
If the value of the isMultitaskingCameraAccessSupported property is true, you can enable multitasking camera access by setting this value to true prior to starting the capture session.
This property is key-value observable.
To learn about best practices for using the camera while multitasking, see Accessing the camera while multitasking on iPad.