I am working with FSCalendar for my application. I am needing help listing the specific events from my collection view in my calendar and showing in the tableview below it. So when the user clicks on a cell (i.e. a date) on the calendar. The…
Hi I am new to iOS and was working to create a calendar using FSCalendar which is pretty awesome but I am unable to change the selection color of the range of dates in between the first selected date and last selected date. They are all of same…
I'm using FSCalendar in my app and I would like to add some events to my calendar by instead of small dots (the default way for marking event) I would like to mark the day with an event as big colour circle (the same way as e.g. the current day is…
CollectionView I tried to modify the height of the CollectionView using different methods like "calendar.collectionView.fs_height = 60" but nothing works. The CollectionView's height is calculated by a function. So I'm trying to disable this…
I am developing a calendar app and I am using FSCalendar library. When I select a date from calendar, I want to show events from selected day in tableview cell. I can show all events in cell, but I am trying to filter data set for selected day, but…
I am a beginner in writing iOS apps and am currently working on a calendar app using FSCalendar. I want my app to go to the next view controller whenever I tap on the selected day on the FSCalendar (to show details about events on the selected day)…
I'm new to coding and this is my first app. Thanks in advance for the help.
The code is only saving today's date.
How do I save the selected date?
Here's my code:
import UIKit
import FSCalendar
import RealmSwift
class testViewController:…
I have a FSCalendar view within a UICollectionViewCell which is connected and functional. However, when calling the didSelect date function within an extension of the viewController nothing is actioned (the print function is not called). Is a…
I have tried by adding different colors for different events using eventdefaultcolorfor() delegate but it did not worked for me. Actually is that possible to do i.e can we different colors for different dates of event
I am trying to change background colour of weekdays and set current date border like below screen shot.
My screen shot:
Team, please let me know how to change background colour and set border colour Any help would be greatly appreciated. Looking…
How can I check that I clicked on today date?
https://github.com/WenchaoIOS/FSCalendar
I got the below output:
todaydateString = 2020-05-18
dateString = 2020-05-17
which is not matching:
import UIKit
class LoadViewExampleViewController:…
How do I change colors of Sunday's to red and disable them . Actually I did not found any solution for this . Specially changing date color of only Sunday not the weekends.
I am new to programming, I am using FScalendar and I want to change days name into two alphabets i.e. (SU,MO,TU.....), and I want to remove the gaps between cells?
I have tried in given area but not found the solution:
@property (weak, nonatomic)…
Please help me! I am using https://github.com/WenchaoD/FSCalendar in my project . I want to disable some dates after current date. I want only 28 dates will be enable after current days. Is it possible?
The default behavior of FSCalendar is that if a month is currently being displayed (for example December) and the user taps to select a day from the previous month (November), the calendar will scroll to the previous month.
Is there a way to prevent…