CalendarDateRangePickerViewController
CalendarDateRangePickerViewController copied to clipboard
A calendar date range picker view controller in Swift for iOS.
@thanks for such nice calender , Actually I face a issue when i do let layout = UICollectionViewFlowLayout() layout.scrollDirection = .horizontal self.collectionView!.collectionViewLayout = layout for your calender collectionView it changes...
Hi i have integrated the pod as directed. Yet it gave me error in the File - "CalendarDateRangePickerViewController.swift" at line no. - 76 as - " Unexpectedly found nil while...
When you open the calendar then show current date. Ex:- Minimum date -1/1/2016, then it start from 1/1/2016 BUT i want to show my current date like today BUT minimum...
I need to highlight today in the calendar ( not selecting it ) like the android calendar but I can't find any configurations for it
### Checklist - [X] I've tested my changes. - [X] I've updated the documentation if necessary. ### Motivation and Context In some scenario user can not set freely a date...
hi, I'm facing a strange issue. when a tablewarebutton become available for usage ( ex. "Done" after selecting the date) it become white. I can't find where this propriety is...
The sample project from GitHub working fine in iPhone 5s & other related device, but after configuring pods with our original project: UI gets miss placed (not equal with weekdays...
There is no way to specify the date locale now, if you are using internationalization and want to keep the date locale untouched there is no way to achieve it....
Current date to previous one i need to displaying but when appearing first time it is not showing current day and month ? In app delegate : minimumDate = Calendar.current.date(byAdding:...