When selecting MonthView from the 3-dot menu on the Scheduler component, the app hangs on iOS.
To workaround the issue add the following to the Page where the Scheduler resides:
xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls" ios:Page.UseSafeArea="True"