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.
Specifies the delegate object.
@IBOutlet unowned(unsafe) var delegate: (any IKDeviceBrowserViewDelegate)! { get set }The delegate object must conform to the IKDeviceBrowserViewDelegate protocol.