We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 !
The text was updated successfully, but these errors were encountered:
-calendar:shouldSelectDate:
FSCalendarDataSource
NO
-calendar:appearance:titleColorForDate:
FSCalendarDelegateAppearance
[UIColor lightGrayColor]
Sorry, something went wrong.
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.
minimumDate
No branches or pull requests
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 !
The text was updated successfully, but these errors were encountered: