Coordinator
final class Coordinator : NSObject, EKEventEditViewDelegate
We need to be able to allow the user to create reminder events, based on the cleandate. This handles the wrapped display of the Calendar Entry Edit sheet.
-
The View that contains this wrapper.
Declaration
Swift
@MainActor let parent: NACC_EventEditView -
Default initializer. The parent is passed in.
Declaration
Swift
@MainActor init(_ inParent: NACC_EventEditView)Parameters
inParentThe parent (container) View.
-
The callback, for when the calendar entry edit is complete.
Declaration
Swift
@MainActor func eventEditViewController(_ inController: EKEventEditViewController, didCompleteWith inAction: EKEventEditViewAction)Parameters
inControllerThe controller for this session.
inActionThe action used to complete.
View on GitHub