hide home affordance
This commit is contained in:
@@ -223,6 +223,11 @@ class MainViewController: UIViewController, SwitchesViewControllerDelegate, Serv
|
||||
{
|
||||
return true
|
||||
}
|
||||
|
||||
override var prefersHomeIndicatorAutoHidden: Bool
|
||||
{
|
||||
return true
|
||||
}
|
||||
|
||||
// MARK: SwitchesViewControllerDelegate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user