For instance in NativeScript I can
myControl.ios. // Access the native control
myControl.android. // Access the native control
anywhere.
Is there any way to access the native control in Xamarin.Forms at runtime and manipulate it?
For instance in NativeScript I can
myControl.ios. // Access the native control
myControl.android. // Access the native control
anywhere.
Is there any way to access the native control in Xamarin.Forms at runtime and manipulate it?