-
Notifications
You must be signed in to change notification settings - Fork 6
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
How to use FSCalendarDelegateAppearance? #13
Comments
I was stuck on the same problem, solved it by following. You can achieve the same by setting calendar’s weakdelegate to this(the view controller). And then get the methods you want to override without the override keyword. You will need the export keyword along with native method name on top of that though. Also, this was done in Xamarin C#, not sure if that’s what you are looking for.
Also, the weakdelegate calls methods for both fscalenderappearancedelegate and fscalenderdelegate.
Best Regards,
Abhimanyu Singhal
…Sent from my iPhone
On Jul 28, 2017, at 4:36 PM, mohibsheth ***@***.***> wrote:
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 started using this library in our app but we aren't able to figure out how to use the FSCalendarDelegateAppearance?
I can see the definition for it but don't see any way to provide it's implementation to the FSCalendar instance.
Do you know how?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks singhal2. Here's how I did it
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 started using this library in our app but we aren't able to figure out how to use the FSCalendarDelegateAppearance?
I can see the definition for it but don't see any way to provide it's implementation to the FSCalendar instance.
Do you know how?
Thanks
The text was updated successfully, but these errors were encountered: