Contents

EKEventViewDelegate

Delegates used to display details for calendar events.

Declaration

protocol EKEventViewDelegate : NSObjectProtocol

Overview

Delegates of an EKEventViewController object conform to this protocol. Notifies the event view controller’s delegate when closing the event view controller. It is your responsibility to close the event view controller and perform any additional tasks within this protocol’s method.

Topics

Responding to the Interface’s Dismissal

See Also

Dismissing the Event Interface