-
Notifications
You must be signed in to change notification settings - Fork 114
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
With iOS 15 - the selected border and color don't seem to be working #140
Comments
i'am facing the same issue the style part of calendar is not working.
|
@jibrank Have you had any luck updating it? I have tried editing the project code but it seems to be something with the update of the UICollectionView on iOS 15. |
@jfbomber I find the problem.
and in Calender, it called cell.isSelected and force reload the collectoinView. It makes UICollectionView didn't show the style of the cell. |
@jfbomber You can see the fix code in zkhCreator#1 |
@zkhCreator I integrated your code, still it's not showing Selected Cells Border :( . |
@nik6018 It did work for me. I just used his forked version of the branch |
@jfbomber Thanks for informing. @zkhCreator Can you please confirm if any more changes are needed to be included other than the commit mentioned in the above comment ? |
@nik6018 the border color is ok in my repo. |
@zkhCreator seems like you correct the issue , but you forget to upgrade the s.version in "KDCalendar.podspec", so when users try to update pods, cocoapods can't recognise that a new version is available. |
@khedheri you can use my repo's master branch, because of my repo is not the main repo of Calendar repo.If I update the podspec, it will influence the version of main repo |
EDIT : After further inspection it seems like if I make the @zkhCreator I tried by downloading your master branch but still I am not getting the result I want :( If I wasn't clear I am trying to select the date programmatically using Selecting the dates by directly tapping on the Calendar View is working as expected, but in my case I only want to select the dates programmatically. While checking the class
The color & border color applied on the But If I copy the above 3 lines and put them in the Any idea why this is the case ? |
@zkhCreator thank you so much for fixing the code👍 |
@zkhCreator i used your code but few things are not working as it was working before |
@nik6018 you can use this, it has same functionalities |
iOS 15.3 issue was solved, but why, iOS 15.3 just security update |
https://stackoverflow.com/a/31387259
|
Please write a RP. Thank you. |
@mmick66
|
Here is a PR with my lines above |
The selected color doesn't seem to be working in iOS 15.
`
self.calendarView = CalendarView()
`
The text was updated successfully, but these errors were encountered: