@scottfromaddison @ShubhamT
This might be happens if you set the NavigationPage.HasNavigationBar = false in xaml file or it in the constructor.
The simplest solution is that you can hide the NavigationBar in OnPageAppear and that will resolve this issue.
I am also having the same project and just removed NavigationPage.HasNavigationBar = false from .XAML file to .Xaml.cs and in OnViewAppear() method and it resolve the iOS 18.0 issue
Topic:
App & System Services
SubTopic:
Core OS