WenchaoD / FSCalendar

A fully customizable iOS calendar library, compatible with Objective-C and Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clear Selected dates

justdan0227 opened this issue · comments

commented

Really easy question. How do I clear all selected dates?

for (NSDate *date in self.calendar.selectedDates) {
    [self.calendar deselectDate:date];
}