Contents

delegate

Specifies the delegate object.

Declaration

@IBOutlet unowned(unsafe) var delegate: (any IKDeviceBrowserViewDelegate)! { get set }

Discussion

The delegate object must conform to the IKDeviceBrowserViewDelegate protocol.