CalendarDateRangePickerViewController icon indicating copy to clipboard operation
CalendarDateRangePickerViewController copied to clipboard

Not able to set additional options to override the defaults

Open venugopalkollu opened this issue 5 years ago • 1 comments

Header text as showing as "Select Dates" even when iam changing that to some other. And also UIBarButtonItem "Cancel","Done" not able to change.

venugopalkollu avatar Jul 22 '19 11:07 venugopalkollu

I added the fix to my fork.

https://github.com/cpajuelodeveloper/CalendarDateRangePicker-Swift5

dateRangePickerViewController.doneNavigationButton = "Done"
dateRangePickerViewController.cancelNavigationButton = "Cancel"

cpajuelodeveloper avatar Jun 21 '21 06:06 cpajuelodeveloper