Questions tagged [fscalendar]

A calendar control for iOS7+

FSCalendar is an iOS7+ calendar control.

It is compatible with both and .

171 questions
2
votes
1 answer

How to show event dots in fs calendar from an array

I'm using fs calendar and i'm trying to set event dots from an array named dates. this array has event dates in it that are saved in string form. so i have to convert each index to date and then set an event dot for that date. here is my attempt to…
Farbod
  • 83
  • 1
  • 10
2
votes
0 answers

How to compare JSON api dates with FSCalendar and display events in tableview?

I have displayed events dots in calendar but not able to display same events according to month in tableview , I want to display those events like if we change the month and tableview data events should be changed , I'am confused how it can be done…
Bikesh Thakur
  • 846
  • 7
  • 22
2
votes
1 answer

Set FSCalendarAppearance delegate in iOS Xamarin Native

Im trying to implement a calendar using FSCalendar for iOS. https://github.com/MarcBruins/FSCalendar-Xamarin-iOS https://www.cocoacontrols.com/controls/fscalendar I've got the calendar working but am unable to get enable appearance delegate methods…
Singhal2
  • 450
  • 7
  • 22
2
votes
1 answer

How to display 2 month at same page FSCalendar Swift 3

So i was trying to make the calendar display 2 month at the same time and have vertical scrolling. How to do that in Swift?
Ariel Gemilang
  • 796
  • 2
  • 20
  • 42
2
votes
3 answers

How can i select dates programmatically and show on FSCalendar

I used FSCalendar(https://github.com/WenchaoD/FSCalendar) in my project. If user click repeat button, the events repeats everyday. I want to show it on calendar which is in my application. How can I do it?
slytrkmn
  • 272
  • 1
  • 4
  • 15
2
votes
1 answer

how to change FSCalandar date color for the specific date.?

Hi all i am working with FSCalandar in my project. Everything is working fine but i am not able change calendar date color for the date which will entered by user. Basically i want to add the functionality of present and absent in my project using…
2
votes
1 answer

iOS - Swift - FSCalendar Strange space between day's names and day's numbers

Currently I'm working on an iOS app, and I'm encountering a problem with FSCalendar module. After calendar init, a strange space between day's names and day's numbers. This space disappear after any touch or swipe screen. Actually the space take…
1
vote
0 answers

Do you know how to reduce the gap between week and date in fsCalendar and between date and date?

I am creating a calendar using fsCalender. There are no other issues, but I can't figure out how to reduce that interval. enter image description here Does anyone know of a good way? this is my code : func initCalender() { calenderView.delegate…
Mary Kim
  • 25
  • 5
1
vote
1 answer

FS Calendar - number of dots

The question is about popular calendar library: https://github.com/WenchaoD/FSCalendar How can I set the correct number of dots, displaying the number of events for a given day in fs calendar? Now if I try this simple code: func calendar(_ calendar:…
Sergey_VC
  • 103
  • 7
1
vote
1 answer

Can I change the Weekday format to be like (Su, Mo, Tu, We, Th, Fr, Sa) in FSCalendar

I want to change the current week title to two letters, eg: sun to su, mon to mo, in FSCalendar.
NSP
  • 31
  • 6
1
vote
1 answer

FSCalendar How To Understand If User Scrolled the Calendar Page

I hid the fscalendar header (previous, current and next date texts) and added two buttons (next and previous month) and label which shows month name of current fscalendar page. I'm trying to change month name label's text when user scrolled the…
BBT
  • 15
  • 2
1
vote
1 answer

Getting correct date from FSCalendar

I have been looking around a lot but found no real solution to this one. I use FSCalendar and didSelectDate is giving the wrong date. The only fix for this that I've found is using this code that I'm using right now: func calendar(_ calendar:…
kevzeter
  • 29
  • 5
1
vote
1 answer

error occurred when I using RxSwift's DelegateProxy with FSCalendar

RxFSCalendarDelegateProxy.swift import Foundation import RxSwift import RxCocoa import FSCalendar class RxFSCalendarDelegateProxy: DelegateProxy, DelegateProxyType, FSCalendarDelegate { static func…
Skyline-23
  • 23
  • 5
1
vote
1 answer

How can you change the Header View title font on FSCalendar and add a Subtitle?

I am trying to set the header title font to a much larger style font more like a big banner, and set a subtitle underneath it of the year. extension FSCalendar { func customizeCalendar() { appearance.caseOptions = [.headerUsesUpperCase] …
Christopher
  • 73
  • 10
1
vote
1 answer

FSCalendar select day selects previous day at 23:00

I'm using FSCalendar in a Swift app, and when user selects a day, I'm printing the selected day, and the it prints the previous day, at 23:00. I'm not sure why and how can I solve this. I'm in spain. Maybe it's related with where you are and your…
NullPointerException
  • 36,107
  • 79
  • 222
  • 382
1 2
3
11 12