-
Notifications
You must be signed in to change notification settings - Fork 7
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
Xamarin.Forms support? #3
Comments
Xamarin Forms uses |
Yes that might be the case. I have also noticed I can't make partial classes |
I am currently using the following:
Then all viewmodels or models can trigger ui changes:
And setting binding context and using binding in either XAML or C# should work like normal. |
When trying to build a custom control that is instantiated in with xaml though ...
|
Please, decompile that class using ILSpy and/or |
Any idea on how to get this working for Xamarin Forms?
Is it "as simple as" replicating what is in
NObservable.Blazor
?The text was updated successfully, but these errors were encountered: