Questions tagged [fscalendar]

A calendar control for iOS7+

FSCalendar is an iOS7+ calendar control.

It is compatible with both and .

171 questions
12
votes
1 answer

How to customise cell in FSCalendar?

I am trying to achieve Date Range selection using FSCalendar , and i am achieving that but the view i want that is not proper . so can anyone help for that ? I want output like below screenshot , but i am getting right now like this My Current…
jo solution
  • 401
  • 5
  • 18
9
votes
3 answers

How to Select Range - FSCalendar in Swift?

I am trying to use FSCalendar in one of my project to selecting range of dates. What I found is this library have Swift version however range selection version is only available with Objective-C. So what I tried to make is using bridging, however I…
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276
7
votes
3 answers

Set Next Previous button in FSCalendar

I m using FSCalendar in my app,i want to show next-previous buttons in that calendar so that user can be able to tap them as well. Tried hard but not getting any idea.
priyanshu
  • 155
  • 2
  • 11
6
votes
1 answer

FSCalendar function called when month changed

I have been using https://github.com/WenchaoD/FSCalendar recently for a project. One thing I have been trying to do is call a function whenever the calendar changes months (for example, if the user swipes right or left). However, I can't seem to…
rma
  • 1,853
  • 1
  • 22
  • 42
5
votes
1 answer

FSCalendar (Swift 4) how to start the week on a particular date

I'm using FSCalendar and need the week view to always begin at today and then show a week's worth. Anyone know how to do this? Thanks.
kakubei
  • 5,321
  • 4
  • 44
  • 66
5
votes
4 answers

How to Add events to FSCalendar Swift?

I am using FSCalendar to add calendar UI in my project . But I am unable to find any solution to add events to the calendar. So any ideas on how to add events to FSCalendar or any third party calendar framework?
Bhagyalaxmi Poojary
  • 1,213
  • 1
  • 12
  • 17
4
votes
0 answers

Didselect method of fs-Calendar results in showing wrong date?

I'm working on FSCalenadr but didSelect event fires when I select particular date. For example, if I select 9 Nov 2019 it shows selected date 2019-11-30 18:30:00 +0000 func calendar(_ calendar: FSCalendar, didSelect date: Date, at monthPosition:…
Priyas
  • 49
  • 4
4
votes
1 answer

FSCalendar date not aligned properly

When I first load my calendar, the layout become misaligned (refer to image 1). After physically rotating my device to landscape and back to portrait, it fix itself. (refer to image 2) Anyone have any idea how to fix this issue? I do not know where…
Kar Wai
  • 121
  • 1
  • 12
4
votes
2 answers

How do I scale the height of FSCalendar?

I am using an FSCalendar in my project and I am wondering how to make my calendar scale to a new height that is being animated? I have an "eventsView" that is being swiped up and down and when I change the height of my calendar, the white border…
4
votes
4 answers

Disable future dates selection in FScalendar swift

I am using https://github.com/WenchaoD/FSCalendar in my project . MaximumSelectedDate is a read-only property .Then how can disable future dates ?
Sreekanth
  • 549
  • 5
  • 13
3
votes
1 answer

FSCalendar integration in SwiftUI

I'm currently trying to add a calendar interface in my app where when you click on a day at the bottom it will show details about events on that day. Currently I am using FSCalendar as my calendar. I realised that this library is for UIKit and I…
Ted Lim
  • 67
  • 7
3
votes
2 answers

Xcode ld: library not found for -LFSCalendar

I have an existing Xcode iOS project that uses FSCalendar library. I have now opened this project on another mac computer with Xcode installed. When I build my project, I get the following error: ld: library not found for -LFSCalendar In the…
Harry Boy
  • 4,159
  • 17
  • 71
  • 122
3
votes
1 answer

FSCalendar: how to get dates in two dates?

I am using Swift 3, and i would like to print the every day between two dates. For example: 08-10-2017 -> Start Date 08-15-2017 -> End Date Should print: 08-10-2017 08-11-2017 08-12-2017 08-13-2017 08-14-2017 08-15-2017 I want to get ranges in two…
3
votes
2 answers

FSCalendar: Get Start and End date of current view

How can I get current calendar start and end date? From the screenshot, I need to get Sep 24 2017 and Nov 4 2017.. thanks]1
dr.calix
  • 667
  • 8
  • 21
3
votes
1 answer

Customize FSCalendar for RTL

How do I configure FSCalendar to support RTL language numerals ? Here's the code I'm using FSCalendar *calendar = [[FSCalendar alloc] initWithFrame:CGRectMake(0, 0, 300, 320)]; calendar.dataSource = self; calendar.delegate =…
ArdenDev
  • 4,051
  • 5
  • 29
  • 50
1
2 3
11 12