FSCalendar-Xamarin-iOS icon indicating copy to clipboard operation
FSCalendar-Xamarin-iOS copied to clipboard

Binding for FSCalendar

Results 6 FSCalendar-Xamarin-iOS issues
Sort by recently updated
recently updated
newest added

Hi @MarcBruins, in one of my projects I need to access to the _CalendarAppearence_ to set the _HeaderMinimumDissolvedAlpha_ and _CaseOptions_ of the _FSCalendar_ but I have a problem to access...

Hi @MarcBruins , First of all, thank you very much for the binding. The control is awesome and it's very helpful to see a working binding for it. We have...

Hello, I'm starting to use FSCalendar for Xamarin and i'm finding problems with changing the weekdays labels, i tried using this command 'calendar.CalendarWeekdayView.WeekdayLabels[1].Text = "Hello"; ' but with no success...

I've an async method, inside it I'm calling calendar.SelectDate(NSDate date); It causes the below error and application crashes. If I call the same thing outside an async method, it is...

Please update the binding for Xamarin iOS nuget. ``` - (NSInteger)numberOfRowsInMonth:(NSDate *)month { if (!month) return 0; if (self.showsPlaceholders) return 6; NSDate *firstDayOfMonth = [self beginingOfMonthOfDate:month]; NSInteger weekdayOfFirstDay = [self...