I have been using FSCalendar in a project for a while, and after iOS 13 I had this bug where I have the calendar views like this after scrolling right or left. I don't know why but the calendar changes to 2026 automatically but the value is still…
I need a help for to create a function to clear all the dates selected in my FScalendar. (https://github.com/WenchaoD/FSCalendar)
I just looking into the web and found it this bucle...
for (NSDate *date in _calendar.selectedDates) {
…
I would like to remove all weekends from my FSCalendar to show only weekdays. Thank you in advance. So far I manage that I can't pick weekend days from calendar. I would like to that weekends do not show at all
func calendar(_ calendar:…
Is it possible to do this kind of customization in FSCalender View as below image?
FSCalender provides us round circle layout on the selection of date which is in left.
but
I need the layout like right end side when selecting a date it also…
Hi use FSCalender in my application.
I take two buttons previous and next with those button actions I want customise.
Calendar don't allow expired Days.
I write following code it will working fine but when I am trying to wrong attempts in previous…
Hi I want to hide the next business day, if user registration date and current date both are same. I need to hide next working day.
Sunday and Saturday are holidays.
I write code following if user is register on Friday I need to hide Monday, how to…
I'm trying to change the fill color of specific dates, which are part of the currently displayed month.
My problem: this works only for the initially displayed month.
If I swipe back or forth to the next/previous month, the background colors seem to…
I'm trying to create a calendar like as Google or iOS has. For calendar I'm using amazing FSCalendar. It work perfectly. But I have a problem with tableview for day events. I created uitableview with timeline (1 cell = 30 minutes). But how to add…
My FSCalendar's content shrinks when I switch its scope from week to month if there is a view that's constrained to its bottom anchor.
Here is a quick gif to show what exactly is happening
I have tried everything at this point. Using…
I using fscalendar and I see that a new column separator in days cell.
These lines does't appear in iPhone 7 but in iPhone XS yes.
If somebody has a solution for this issue I appreciate you because I'm crazy with this problem.
Thanks in advance!
I'm making a schedule app using FSCalender library.
Under the numberofevents func (for making an dot if returns an int), I'm fetching a data from Firebase database and trying show the dot if there's a date stored in the database.
However, after…
I am using FSCalendar and its displaying only default holidays like on Sunday (The weekend) and so I want to add my own holidays in it and change color.
So please anyone knows how to add custom holidays????
I'm using FSCalendar in tableview cell, calendar is working fine but their is an issue while reusing the cell by scrolling up the tableview to the calendar. The tableview became glitchy. Below is my code inside cell for row at indexPath:
let…
I am using FSCalendar in my application according to requirement I implemented everything but facing one problem. When I switch month using button then calendar scrolls to next or previous month but it showing 1 date as automatically selected which…
I'm new to ObjC and I'm using FSCalendar library. I need to disable selection to a range of dates. Eg: from date - 2018-01-01 and to date - 2018-12-30. I've used the following method to disable past dates.
- (BOOL)calendar:(FSCalendar *)calendar…