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

Problem: how to access to CalendarAppearance from FSCalendar?

Open m1ksoftware opened this issue 7 years ago • 2 comments

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?

m1ksoftware avatar Oct 29 '17 13:10 m1ksoftware

Same issue here. Did you find any solution? @MarcBruins any plans to update the binding?

AyonAB avatar Sep 25 '19 14:09 AyonAB

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

m1ksoftware avatar Sep 25 '19 21:09 m1ksoftware