-
Notifications
You must be signed in to change notification settings - Fork 810
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
cellState of cell in didSelectDate not updated #558
Comments
you have to use cellState. I am thinking of removing isSelected on the cell. If you have some good ideas that i can use to not remove the |
closing issue. Let me know if you still need more information on this. |
I was not referring to the isSelected of the cell, but the cellState. Just that the cellState on the cell(p) of parameter and the cellState(P) on the parameter differs. I can always resolve it by overriding the cellState of the cell(p) from cellState(P) received. |
I do not understand. Can you explain some more by joining me here? -> https://gitter.im/patchthecode/JTAppleCalendar |
Closing again until response. |
My mistake... you can close... |
Ah thanks for responding. |
Version is 7.0.6
While debugging didSelectDate function, I have found that the cellState of the cell in the parameter and cellState in the parameter does not match.
as you can see the cellState variable shows that isSelected = true, while calendarCell.cellState.isSelected = false.
I am trying to achieve some layout functions in setTheme based on calendarCell variable, but since the status is not update, it does not show correctly.
Do I have to change the state myself?
The text was updated successfully, but these errors were encountered: