I have a clear button which should be able to deselect all the dates selected. Can you help?
@WenchaoIOS
for (NSDate *date in _calendar.selectedDates) {
[_calendar deselectDate:date];
}
Thanks (Y)
Thanks a lot :)
👍
Thanks @WenchaoD
Most helpful comment