MOLO17 / CustomizableCalendar

CustomizableCalendar is a library that allows you to create your calendar, customizing UI and behaviour
MIT License
218 stars 38 forks source link

Unable to unselect the date #22

Closed rajasekaranm closed 6 years ago

rajasekaranm commented 6 years ago

Hi,

I unable to choose the new date as start date if it's greater than previous one.

device-2018-05-14-152347.zip

francesco-furlan commented 6 years ago

Hi, if you want to customize the selection, you need to return true on the hasImplementedSelection method and implement the setSelected method based on your needs, these methods could be found in your "CalendarViewInteractor" which implements ViewInteractor.

rajasekaranm commented 6 years ago

okay thanks @furlan97 .