-
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
Problem in updating cell on didSelect. #808
Comments
did you implement the didSelect and willSelect function as shown in issue #553 ? |
Yes i have. Have you tested this with latest Xcode ? |
not yet. will do so over the weekend. Has it been breaking since new XCode? |
I think its related new update only. Im using JTApple since last night only so no idea. |
hmm. re-read your problem. It doesnnt sound Xcode related. |
Make sure you selected "didSelectDate" and not "didDeselectDate" which would cause your issue. |
First of all thank a lot for great library. Im using latest version of pod on Xcode v9.4.
Ive implemented everything as you mentioned in your demo projects and tutorial. Everything is running fine except one thing. Whenever i'm clicking on particular date, then that date is not selected. If i click again on different date then previous date is selected not current one. Same problem in Month and Year updation also.
I think there might be problem with willDisplay cell function as its not getting.
Please help and thanks in advance :)
The text was updated successfully, but these errors were encountered: