I am using FSCalendar in my project and I want to achieve a custom appearence of calendar. I read the documentation and looked for the answer on stackoverflow but still cannot find the answer.
Is it possible to customize HeaderView (displayed…
I have fscalendar which shows a list of events booked from a API response.
The Json data is as follows:
{
"status": 200,
"schedule_data": {
"2020_08_16_1597485600": {
"schedule_date": "2020-08-16",
"nanny_id":…
I'm using FSCalendar to create a calendar for my app but I can not get the Interactive Scope Gesture to work. I have downloaded the example project and read through the documentation but it still crashes with this error Thread 1: Fatal error:…
I am using FSCalendar. I am able to achieve everything except below point:
1) I want to remove dates for the collection view which are not in the range of the calendar. For Eg. My calendar date ranges from the current date to the past 30 days from…
plz help me I had been used the third party FSCalender in my project after upgraded to swift 3 it show the error
func maximumDate(for calendar: FSCalendar!) -> Date! {
let date = Date()
let dayString: String = calendar.string(from:…