First, thank for your great library.
Now i want to disable (with light gray color and unable to click) previous dates, can you show me how to do it. Thank you so much !
-calendar:shouldSelectDate: of FSCalendarDataSource, if the date is previous of today, return NO-calendar:appearance:titleColorForDate: of FSCalendarDelegateAppearance, if the date is previous of today, return [UIColor lightGrayColor]i can disable the button with userInteractionEnabled with false. Now, can i disable the swipe action to previous month? thanks
@elbertvaldian, you can implement the minimumDate method by conforming to FSCalendarDataSource and return the current date.
Most helpful comment
-calendar:shouldSelectDate:ofFSCalendarDataSource, if the date is previous of today, returnNO-calendar:appearance:titleColorForDate:ofFSCalendarDelegateAppearance, if the date is previous of today, return[UIColor lightGrayColor]