Questions tagged [fscalendar]

A calendar control for iOS7+

FSCalendar is an iOS7+ calendar control.

It is compatible with both and .

171 questions
-1
votes
2 answers

FSCalendar - Custom HeaderView, WeekDayView

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…
ofun
  • 41
  • 6
-1
votes
1 answer

Fetch values from a API response for events using fscalendar in swift

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":…
Saranya
  • 595
  • 2
  • 7
  • 19
-1
votes
2 answers

Swift FSCalendar Interactive Scope Gesture programmatically

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:…
user
  • 345
  • 2
  • 8
  • 32
-1
votes
2 answers

Show only dates in the mentioned range for the month using FSCalendar

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…
mAc
  • 2,434
  • 2
  • 22
  • 39
-1
votes
1 answer

Value of type 'FSCalendar' has no member 'string'

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:…
-2
votes
2 answers

FSCalendar events in Swift 3

How can events be added to an FSCalendar in swift 3?
Kevin Hall
  • 27
  • 3
1 2 3
11
12