delegate
The camera device view delegate.
Declaration
@IBOutlet unowned(unsafe) var delegate: (any IKCameraDeviceViewDelegate)! { get set }Discussion
The delegate must conform to the IKCameraDeviceViewDelegate protocol.
The camera device view delegate.
@IBOutlet unowned(unsafe) var delegate: (any IKCameraDeviceViewDelegate)! { get set }The delegate must conform to the IKCameraDeviceViewDelegate protocol.