Questions tagged [fscalendar]

A calendar control for iOS7+

FSCalendar is an iOS7+ calendar control.

It is compatible with both and .

171 questions
0
votes
1 answer

FSCalendar date align above other dates

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…
Jalil
  • 1,167
  • 11
  • 34
0
votes
2 answers

How to deselect all selected dates at once in FSCalendar?

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) { …
0
votes
1 answer

How to remove all weekends in FSCalendar

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:…
mindelicious
  • 1
  • 1
  • 3
0
votes
2 answers

Customisation in FScalendar view?

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…
yagnik suthar
  • 151
  • 2
  • 13
0
votes
0 answers

How to make Fscalender previous month and next month with button action in swift

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…
srikanth kumar
  • 77
  • 1
  • 10
0
votes
1 answer

How to hide next day with FSCalendar based on week

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…
0
votes
1 answer

FSCalendar customization issue when swiping to other month

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…
matthiasunt
  • 709
  • 1
  • 12
  • 32
0
votes
1 answer

Create tableview like as iOS Calendar

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…
Dim
  • 532
  • 1
  • 6
  • 23
0
votes
1 answer

FSCalendar content getting squished when I switch scope to month

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…
nicocappa
  • 106
  • 5
0
votes
1 answer

FSCalendar column line separator

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!
jcamacho
  • 818
  • 2
  • 12
  • 25
0
votes
0 answers

FSCalender error "Unexpected non-void return value in void function"

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…
akaakoz
  • 248
  • 6
  • 16
0
votes
1 answer

Add custom holidays in FSCalendar

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????
MahajanSagar
  • 740
  • 1
  • 6
  • 21
0
votes
0 answers

FSCalendar Inside UITableView

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…
Hisham Nd
  • 1
  • 3
0
votes
2 answers

Issue in FsCalendar implementation iOS

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…
0
votes
1 answer

Disable selection to a range of dates in FSCalendar ObjC

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…
Catherine
  • 654
  • 5
  • 15