-
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
Change fill color for Unselected dates. #254
Comments
Hi @bopeola21 |
Thanks for the reply..I don't use Github site often, is there a way to check for updates for when you do add the feature? Thanks much! |
If you've set up an email address for github profile, you will get the notice once I comment here. |
@bopeola21 you can do but you have to take two array and set background color according your requirment.
Don't Forget to add Appearance delegate. |
@pradeep-chauhan thanks for the reply...That delegate method is only called for selected cells, I wanted something that changed the background color for specific unselected cells. While this technique is an option, my code would look a lot cleaner and less hacky if changing the background color for unselected cells was an option. |
@bopeola21 Just make a two array and select all date as default. Then when you click on date it will goes to didSelect method here you can deSelect that date and also remove from array. so you can able to do like this way. |
Hi,
I was wondering if there was a way to change the fill color for specific unselected dates?
I couldn't find this in the FSCalendarDelegateAppearance Methods.
Thanks in advance!
The text was updated successfully, but these errors were encountered: