WenchaoD / FSCalendar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disabling specific future dates while max and min date limits

bugrym opened this issue · comments

Hello there! I faced with the next challenge. Is it possible to make some dates unavailable?
For instance my min date set for todate (07.10) and max set for today + 13 (20.10), and I want to disable the next bunch of dates [9.10, 13.10, 15.10, 16.10, 17.10, 20.10]. Any ideas how to acchieve this?
FYI, I use multiple selection in my calendar, if it does a matter.
Thank you in advance.