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

This should be a question of boundary judgment #598

Closed
baobao57 opened this issue Oct 23, 2017 · 3 comments
Closed

This should be a question of boundary judgment #598

baobao57 opened this issue Oct 23, 2017 · 3 comments

Comments

@baobao57
Copy link

I downloaded the latest code today, and I found that this before the SelectionRangePosition state became not the same as before. But I'm not sure if this is a problem. I felt like I was in use and I had to modify some places in order to make it better if it was a problem and wanted to help it get better

image

I think the correct should be this:

let dateBefore = self.cachedConfiguration.calendar.date (byAdding: .day, value: -1, to: date)!    
let dateAfter = self.cachedConfiguration.calendar.date (byAdding: .day, value: 1, to: date)!
@patchthecode
Copy link
Owner

😄
My error.
Fixing this now.

@baobao57
Copy link
Author

I am honored to help you.

@patchthecode
Copy link
Owner

version 7.1.1 released.
closing this issue
thanks for you help very much

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

No branches or pull requests

2 participants