Fscalendar: How to deselect all selected dates at once?

Created on 28 Dec 2015  ·  5Comments  ·  Source: WenchaoD/FSCalendar

I have a clear button which should be able to deselect all the dates selected. Can you help?

Most helpful comment

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

All 5 comments

@WenchaoIOS

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

Thanks (Y)

Thanks a lot :)
👍

Thanks @WenchaoD

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vishal-iosdeveloper picture vishal-iosdeveloper  ·  5Comments

TomWang1 picture TomWang1  ·  5Comments

StanleySathler picture StanleySathler  ·  5Comments

ghost picture ghost  ·  5Comments

dippac picture dippac  ·  6Comments