RVCalendarWeekView
RVCalendarWeekView copied to clipboard
hide the days where no event present
@BadChoice Thanks for creating this beautiful project!
Is it possible to hide the days where there are no events present on the day? May be by making its width as 0 or completely hide?
Thanks in advance!
Thanks for the nice words, I believe this should be easy as you can provide the days to be shown,
You should create your weekView that inherts the MSWeekView and override the
- (void)groupEventsBySection {
And just returning the days with events instead of all