I moved to MAUI from Xamarin.Forms and I would like to keep on using TabHostView. On my Android project everything has been straightforward so far. But in my iOS project I'm not able to make BottomTabItem show the icon.
On my Android project I put central1.xml and central2.xml under Platforms/drawable/ with AndroidResource build action.
Then, on my iOS project I try to do the same as in Xamarin.Forms. I go to Platforms/iOS/Resources and I place central1.png, central1@2x.png and central1@3x,png. But now, I cannot set build action to BundleResources as I would do in Xamarin.Forms.
How I could make BottomTabItem show icon in Maui iOS?
I moved to MAUI from Xamarin.Forms and I would like to keep on using TabHostView. On my Android project everything has been straightforward so far. But in my iOS project I'm not able to make BottomTabItem show the icon.
I'm using the control like this:
On my Android project I put central1.xml and central2.xml under Platforms/drawable/ with AndroidResource build action. Then, on my iOS project I try to do the same as in Xamarin.Forms. I go to Platforms/iOS/Resources and I place central1.png, central1@2x.png and central1@3x,png. But now, I cannot set build action to BundleResources as I would do in Xamarin.Forms.
How I could make BottomTabItem show icon in Maui iOS?