Contents

eventViewController(_:didCompleteWith:)

Invoked when closing the event view controller.

Declaration

func eventViewController(_ controller: EKEventViewController, didCompleteWith action: EKEventViewAction)

Parameters

  • controller:

    The event view controller to close.

  • action:

    The action taken to prompt closing the event view controller. See Ekeventviewaction for a list of possible values.

See Also

Responding to the Interface’s Dismissal