multiDateSelection(_:didDeselectDate:)
Informs the delegate that a user deselected a date represented by date components.
Declaration
func multiDateSelection(_ selection: UICalendarSelectionMultiDate, didDeselectDate dateComponents: DateComponents)Parameters
- selection:
An object that tracks multiple dates that a user selects from a calendar view.
- dateComponents:
Date components that represent a date the user deselected.