richardtop / CalendarKit

📅 Calendar for Apple platforms in Swift
https://www.youtube.com/watch?v=cJ63-_z1qg8
MIT License
2.48k stars 333 forks source link

Use DateComponents instead of Date to coordinate between multiple modules #365

Open richardtop opened 5 months ago

richardtop commented 5 months ago

Use DateComponents instead of Date to coordinate between multiple modules. This should simplify the code and allow for future improvements.