My project is iOS Ver 11.0 and Xcode 9.4. My project already has a Bridging file and it contains one objective C framework. It works perfectly.
But when I import "FSCalendar.h" in Bridge file. I got an error "FSCalendar.h file not found"
I am using FSCalendar in my application to show calendar and events.
So my question is can we achieve events table using FSCalendar or we have to do it by using separate tableview. Thanks in adv.
I am using FSCalendar third party library.FSCalendar
Please check linked library. I have attached reference of calendar in image.
Question:-
Create Screen in which past 5 months dates are displayed with maximum day as today and make every Wednesday…
I am new to ObjC and I am using FSCalendar framework for multiple date selection. When I run this project in iOS , everything works fine but when I do this as an FFI for kony , I am getting too many errors like the following. Can anyone help me to…
I am using FSCalendar. Installed its Pod. but its not working. In IB I am getting strange error which says
storyboard: error: IB Designables: Failed to render and update auto layout status for CalendarViewController (RTc-Y3-fKa):…
I have a project using FSCalendar in swift 4. I have events as green and red color. But while selecting the particular dates , the color of events changes to selection color. How can I solve this issue as given in image below. The event dots on the…
This is my response from api
SUCCESS: {
"5": {
"count": 1,
"topEvent": false
},
"6": {
"count": 1,
"topEvent": false
},
"7": {
"count": 3,
"topEvent": true
},
"success": 1
}
In this response i have events in day 5,6 & 7,…
I integrated FSCalendar via pod and encountered subtitle is being trimmed when it is large. I want it to be aligned in multiple lines instead of trimming.
To make it work as expected, if I do any modification in pod files it affects the update in…
I use FSCalendar.
How i can allocate weekend day? For example in red color is weekend, other days except weekends is blue. I means to allocate not day of the week (like a sunday, saturday), namely day, i.e. date:
Monday is 0 - blue color
Tuesday is…
I use FSCalendar and i'm trying to close past dates, but i or close the whole calendar for selecting dates or open all dates to select.
How i can close only past dates from today's date?
This should be done in this method:
func calendar(_ calendar:…
How to update date in fscalender initially while launching an app. i am updating the date while scrolling fscalender but my doubt initially loading app how to send date to Post service Call?
This is my api for getting dates from server.
let now2 =…
I'm using FSCalender in my ios project.
When i say
_calendar.appearance.weekEndColor = [UIColor orangeColor];
It show Sundays & Saturdays in Orange color, I want to show only Sundays as weekend.
Can anyone please help. TIA.
I am working on FSCalendar for displaying events colors on it. Now, I want to display date range.
{ frmdt = "2017-10-10"; hlddesc = "Diwali Vacation"; hldid = 20; hldnm = "Diwali Vacation"; todt = "2017-10-31"; }
this is one Array, I want to…