You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)!
The text was updated successfully, but these errors were encountered:
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 betterI think the correct should be this:
The text was updated successfully, but these errors were encountered: