Skip to content
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

Closed
salvimayur89 opened this issue Jun 13, 2018 · 6 comments
Closed

Problem in updating cell on didSelect. #808

salvimayur89 opened this issue Jun 13, 2018 · 6 comments

Comments

@salvimayur89
Copy link

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 :)

@patchthecode
Copy link
Owner

did you implement the didSelect and willSelect function as shown in issue #553 ?

@salvimayur89
Copy link
Author

Yes i have. Have you tested this with latest Xcode ?

@patchthecode
Copy link
Owner

not yet. will do so over the weekend. Has it been breaking since new XCode?

@salvimayur89
Copy link
Author

I think its related new update only. Im using JTApple since last night only so no idea.

@patchthecode
Copy link
Owner

hmm. re-read your problem. It doesnnt sound Xcode related.
got a sample project or github somewhere i can take a look at?

@daviddauv
Copy link

Make sure you selected "didSelectDate" and not "didDeselectDate" which would cause your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants