So in iOS15.4 the HealthKit authorization sheet which gives you permissions to select HealthKit options comes up in Portrait Only, and my App is in Landscape. Wondering if there is a way to tell the authorization sheet to display in Landscape?
Additionally in iOS15.4 this authorization sheet displays a high NavBar in Portrait by default instead of the compact NavBar, thus after the user accepts the HealthKit permissions and the authorization sheet is dismissed, the App switches back to Landscape, but is now stuck with the high NavBar instead of the compact NavBar, and there appears to be no way to switch it back to the compact NavBar after this. Calling the NavBar itself and programmatically setting compact doesn't work. So the only way to get the compact NavBar back is to restart the App. So my second question is there a way to get the HealthKit authorization sheet to come up with a compact NavBar instead of the high NavBar?