Interface EKEventViewDelegate


  • public interface EKEventViewDelegate
    • Method Detail

      • eventViewControllerDidCompleteWithAction

        void eventViewControllerDidCompleteWithAction​(EKEventViewController controller,
                                                      long action)
        eventViewController:didCompleteWithAction: Called to let delegate know that an action has occurred that should cause the controller to be dismissed. If the user taps a button which deletes the event, or responds to an invite, this method is called on the delegate so that the delegate can decide to dismiss the view controller. When presented in a popover, it also reports when the Done button is pressed.
        Parameters:
        controller - the controller in question
        action - the action that is triggering the dismissal