CalendarDateRangePickerViewController
CalendarDateRangePickerViewController copied to clipboard
Not able to set additional options to override the defaults
Header text as showing as "Select Dates" even when iam changing that to some other. And also UIBarButtonItem "Cancel","Done" not able to change.
I added the fix to my fork.
https://github.com/cpajuelodeveloper/CalendarDateRangePicker-Swift5
dateRangePickerViewController.doneNavigationButton = "Done"
dateRangePickerViewController.cancelNavigationButton = "Cancel"