Contents

eventEditViewController(_:didCompleteWith:)

Invoked when the user finishes editing an event.

Declaration

func eventEditViewController(_ controller: EKEventEditViewController, didCompleteWith action: EKEventEditViewAction)

Parameters

  • controller:

    The edit view controller presenting the event.

  • action:

    The action the user took to end editing.

Discussion

Implement this method to dismiss the modal event edit view controller.

See Also

Finishing an Edit