-
Notifications
You must be signed in to change notification settings - Fork 812
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
Remove the grayed color dates #725
Comments
renamed to |
I tried this https://patchthecode.github.io/CommonQuestions/#1 and change itemSize to cellSize the grayed dates (which is red now since I changed the color) is still there |
Im not sure what you want to do. if cellState.dateBelongsTo == .thisMonth {
myCell.isHidden = false
} else {
myCell.isHidden = true
} thats it. Put this in your |
ow thanks. cheers |
I have check this question #56 and I saw this https://patchthecode.github.io/CommonQuestions/#1 but the method itemSize cannot be found anymore.
The text was updated successfully, but these errors were encountered: