Skip to content
New issue

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

How to remove events of next month showing in current month calender #328

Closed
hardik99 opened this issue Jun 13, 2016 · 3 comments
Closed

Comments

@hardik99
Copy link

screen shot 2016-06-13 at 3 06 16 pm

I have added event in current month but it is showing also event in next month date.
How to remove it.

@KushThakkar
Copy link

I am facing same problem. How can resolve that?

@el-angel
Copy link

Implement - (NSInteger)calendar:(FSCalendar *)calendar numberOfEventsForDate:(nonnull NSDate *)date delegate. Check the NSDate date that comes with it. If the date is a date in the next month, return 0.

@WenchaoD
Copy link
Owner

WenchaoD commented Nov 5, 2016

Closing this as DIV is fully supportive. Thanks.

@WenchaoD WenchaoD closed this as completed Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants