Open sasha-borodin opened 1 year ago
Following up to see if I can get any help or hints. How are folks approaching the task of binding native control instances (ex. iOS UITextField
or Android EditText
) to observable properties on a VM class instance?
Did you found any solution for this?
Hello @sasha-borodin , @subareddy14 did you find a solution to this? I'm having the same issue.
I am attempting to migrate a Xamarin native (Xamarin.iOS and Xamarin.Android) solution from MVVMLight to CommunityToolkit.Mvvm.
I have pored over documentation on this topic here. The docs state that
My question (and request for added documentation) is: what are the options for addressing this gap in functionality? Specifically, I am looking for a way to programmatically bind observable properties to native control instances (previously provided by the
Binding
,BindingMode
, etc. classes and extension methods in MMMVLight).Thanks so much for any guidance, and consideration to augment the docs on this topic!