I need to build an app with an ios-like calendar, but I can't find how to hide the the days of the previous and the next months.
Thank you in advance.
Use -minimumDateForCalendar and -maximumDateForCalendar methods
If I use -minimumDateForCalendar and -maximumDateForCalendar then swipe and next -previous button not working.
How can I use swipe for next month with only showing current months dates.
@hardik99 u find anything?
@BhavinBhadani No, I haven't got any solution for that.
Hi, I don't know if you still need that but it might help other people so here is the solution.
You can set "calendar.placeholderType = .none"
self.calendar.placeholderType= FSCalendarPlaceholderTypeNone;
"calendar.placeholderType = .none"
worked awesome issue , i added in viewwill , viewdidload it worked
Most helpful comment
Hi, I don't know if you still need that but it might help other people so here is the solution.
You can set "calendar.placeholderType = .none"