CalendarMonthAccessoryAction
public struct CalendarMonthAccessoryAction
CalendarMonthAccessoryAction
is a type alias for a closure that represents an action to
be performed when a user interacts with an accessory in the calendar.
-
Declaration
Swift
public init(title: String, action: @escaping (Date) -> Void)