SSCalendarControl
SSCalendarControl copied to clipboard
Fix: Wrong day of the week for a date
Goals โฝ
- Fix the wrong day of the week for a day when using
.sundayas aweekStartDay
Configuration and Steps to Reproduce ๐๐
Reproduced using:- Xcode: 15.2 Simulator: iPhone 15 iOS: 17.2
Steps:-
- Change the
weekStartDayto.sundayinMainViewController.Swift - Scroll down to second month from current month. E.g. if current month visible is January, scroll down till March
- The date will be visible under the wrong day of the week
Implementation Details ๐ง
- This PR fixes the wrong day of the week using the method injection of
weekStartDayin the cellโs configuration
Testing Details ๐
- No testing is needed as the change is in the comment.