FSCalendar-Xamarin-iOS
FSCalendar-Xamarin-iOS copied to clipboard
Problem: how to access to CalendarAppearance from FSCalendar?
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 to this properties. CalendarAppearance exists in FSCalendar, but checking the returned type I see FSCalendar.FSCalendarAppearance instead of FSCalendarAppearance and HeaderMinimumDissolvedAlpha cannot be found.
var calendar = new FSCalendar(); calendar.CalendarAppearance.HeaderMinimumDissolvedAlpha <-- not exist
Also, trying this, throws an exception! var appearance = calendar.CalendarAppearance; <-- exception! (System.InvalidCastException, System.InvalidCastException).
Any ideas/suggestions?
Same issue here. Did you find any solution? @MarcBruins any plans to update the binding?
We found another working binding of FSCalendar...about 2 years have passed since then and I don't know if it still works.
https://github.com/NAXAM/fscalendar-ios-binding