Quivr / iOS-Week-View

QVRWeekView is a framework which provides a calendar view that can be customized to display between 1 to 7 days in both portrait and landscape mode. Includes customization features to customize colours, fonts and sizes.
MIT License
39 stars 21 forks source link

Date range information is public; Added `notifyDataSetChanged()` #19

Closed UnknownJoe796 closed 4 years ago

UnknownJoe796 commented 5 years ago

Justification for public DayDate: The model itself is already exposed to public via WeekView; might as well have its tools and components be public so the data returned from WeekView can be useful. Justification for notifyDataSetChanged: That function name is very standard and expected in iOS components that load data from a delegate.

reilem commented 4 years ago

Very nice, will have a final look tomorrow and merge!