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…
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…
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…
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?
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…
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…
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…
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:…
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…
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:…
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]
…
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…