Protocol
JTACMonthViewDataSource
public protocol JTACMonthViewDataSource: AnyObject
Relationships
Conforms To
AnyObject
Types Conforming to JTACMonthViewDataSource
DatePicker
Date pickers let users select a date, or a range of dates. DatePickers are created with a configuration.
Requirements
configureCalendar(_:)
func configureCalendar(_ calendar: JTACMonthView) -> ConfigurationParameters
Asks the data source to return the start and end boundary dates as well as the calendar to use. You should properly configure your calendar at this point.
Parameters
Name | Type | Description |
---|---|---|
calendar | JTACMonthView |
The JTAppleCalendar view requesting this information. |
Returns
- ConfigurationParameters instance: