-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Today is already selected.How to disable today showing selected. #480
Comments
calendar.today = nil |
Please don't try to set minimum date as calendar.today, because it crash as today is already nil and you will get crash on method so use |
calendar.today = nil creates issue in release mode . like other than selected date ,all other dates in screen are highlighted in today date highlight color.once u scroll its working fine |
This is my solution for this issue :D
|
func calendar(_ calendar: FSCalendar, shouldSelect date: Date, at monthPosition: FSCalendarMonthPosition) -> Bool { |
how to transfer data for each day of the calendar to tablview cells |
how to transfer data for each day of the calendar to tablview cells? |
Hi
today is already selected in calendar.
can i disable already selected today ?
also i want to disable a particular date is there any methods to disable already selected date
Thanks
The text was updated successfully, but these errors were encountered: