richardtop / CalendarKit

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

Fix member access to allow friendly DayView customization without forks #229

Closed bithavoc closed 4 years ago

bithavoc commented 4 years ago

I'd like to customize DayView but when I copy the source code some members of DayHeader and TimelinePagerView are not public.

This PR fixes those member levels.