cameraDevice(_:didRemove:)
Tells the client when objects are removed from the device.
Declaration
func cameraDevice(_ camera: ICCameraDevice, didRemove items: [ICCameraItem])Discussion
The objects in items are instances of the ICCameraFile class.
Tells the client when objects are removed from the device.
func cameraDevice(_ camera: ICCameraDevice, didRemove items: [ICCameraItem])The objects in items are instances of the ICCameraFile class.