graycampbell / GCCalendar

A customizable calendar view for iOS 9+ written in Swift.
https://graycampbell.github.io/GCCalendar
MIT License
56 stars 10 forks source link

Date issue in didselectDate #38

Closed kishansuthar closed 6 years ago

kishansuthar commented 6 years ago

In GCCalendar didSelectDate method selected date is 25/4/18 but get date is 24/4/18 .. how solve this problem...??

graycampbell commented 6 years ago

I've already answered this in #31, I believe. If that doesn't answer your question or you have other questions, let me know.

kishansuthar commented 6 years ago

How to set maximum and minimum range date in GCCalendar..??

graycampbell commented 6 years ago

You can disable past dates, but you can't set a date range for the calendar to display as of right now.

If this is a feature you'd like to see implemented, it would be helpful if you could open a new issue specifically requesting date ranges as a feature. If you don't have any other questions related to your question about didSelectDate, then I would like to close this issue and discuss date ranges on a new one. It's just helpful for me to keep unrelated issues separate so I can keep track of them better.