Contents

delegate

Specifies the delegate object of the receiver.

Declaration

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

Discussion

An IKImageView object’s delegate is inserted in the responder chain after the image view itself and is informed of various actions by the image view through delegation messages.

See Also

Getting and Setting Image View Characteristics