I am trying to port my Xamarin app to MAUI. It has an view with some border elements for the header and a carouselview element in the middle to display some images. After some recoding i have it working and displaying it nice for android but it looks totally messed up for iOS. When i try to fix it for iOS it destroys the android layout. So for that specific page i want to create a separate view for iOS. I use the AppShell. What is the best way to do this?
For the time being, until MAUI is more stable, consistent, i think this is the best way to go.
Thanks in advance!