RVS_CalendarInputDelegate
public protocol RVS_CalendarInputDelegate : AnyObject
This is used to send change notifications out.
-
calendarInput(_:Default implementationdateItemChanged: dateButton: ) This is called when a data item changes (user selects the item).
Default Implementation
The default does nothing.
Declaration
Swift
func calendarInput(_ inCalendarInput: RVS_CalendarInput, dateItemChanged inDateItem: RVS_CalendarInputDateItemProtocol, dateButton: RVS_CalendarInput.DayButton?)Parameters
inCalendarInputThe calendar input instance
dateItemChangedThe date item that changed selection state.
dateButtonThe actual button view that was touched.
View on GitHub
RVS_CalendarInputDelegate Protocol Reference