removeControl(_:)
Removes a control from a capture session.
Declaration
func removeControl(_ control: AVCaptureControl)Parameters
- control:
The control to remove.
Discussion
You may call this method while the session is running.
Removes a control from a capture session.
func removeControl(_ control: AVCaptureControl)The control to remove.
You may call this method while the session is running.