hide home affordance

This commit is contained in:
2026-07-27 20:55:58 -07:00
parent fe6ce3a91c
commit 1ef08236be
@@ -223,6 +223,11 @@ class MainViewController: UIViewController, SwitchesViewControllerDelegate, Serv
{
return true
}
override var prefersHomeIndicatorAutoHidden: Bool
{
return true
}
// MARK: SwitchesViewControllerDelegate