Replies: 1 comment
-
I only find https://learn.microsoft.com/en-us/dotnet/maui/user-interface/handlers/ , you can search Handler in this Repository , CreatePlatformView() will return native view. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For Xamarin Forms, there is a useful documentation page that gives the list of view, controls... and their counterparts for each native platform:
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/custom-renderer/renderers
It is useful to know, for example, that a
Frame
translates into aViewGroup
in Android:Is there anything similar for MAUI?
Beta Was this translation helpful? Give feedback.
All reactions