Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: how to access to CalendarAppearance from FSCalendar? #14

Open
m1ksoftware opened this issue Oct 29, 2017 · 2 comments
Open

Problem: how to access to CalendarAppearance from FSCalendar? #14

m1ksoftware opened this issue Oct 29, 2017 · 2 comments

Comments

@m1ksoftware
Copy link

m1ksoftware commented Oct 29, 2017

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?

@AyonAB
Copy link

AyonAB commented Sep 25, 2019

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

@m1ksoftware
Copy link
Author

m1ksoftware commented Sep 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants