evadne / DayFlow

iOS Date Picker + Infinite Scrolling
229 stars 21 forks source link

Calendar color change #5

Open dcparis opened 10 years ago

dcparis commented 10 years ago

Hello- This is not an issue with the code, more of a question about changing the color of the calendar. I am not very familiar with NSCache, but I am using the calendar and want to let the user to be able to change the color of the calendar. Is there a easy way to update or refresh the NSCache so the calendar color will update, currently it only updates if I close the app and reopen it.

Thank you, Darin

evadne commented 10 years ago

I think you can subclass the cell and change the background color from there.