Interface EKCalendarChooserDelegate


  • public interface EKCalendarChooserDelegate
    • Method Detail

      • calendarChooserDidCancel

        default void calendarChooserDidCancel​(EKCalendarChooser calendarChooser)
      • calendarChooserDidFinish

        default void calendarChooserDidFinish​(EKCalendarChooser calendarChooser)
        These are called when the corresponding button is pressed to dismiss the controller. It is up to the recipient to dismiss the chooser.
      • calendarChooserSelectionDidChange

        default void calendarChooserSelectionDidChange​(EKCalendarChooser calendarChooser)
        Called whenever the selection is changed by the user