We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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!
The text was updated successfully, but these errors were encountered:
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
weekView
MSWeekView
- (void)groupEventsBySection {
And just returning the days with events instead of all
Sorry, something went wrong.
No branches or pull requests
@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!
The text was updated successfully, but these errors were encountered: