hide home affordance
All checks were successful
TestFlight / Build and upload (push) Successful in 1m11s
All checks were successful
TestFlight / Build and upload (push) Successful in 1m11s
This commit is contained in:
@@ -224,6 +224,11 @@ class MainViewController: UIViewController, SwitchesViewControllerDelegate, Serv
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override var prefersHomeIndicatorAutoHidden: Bool
|
||||||
|
{
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
// MARK: SwitchesViewControllerDelegate
|
// MARK: SwitchesViewControllerDelegate
|
||||||
|
|
||||||
func switchesViewControllerDidToggleDevices(_ controller: SwitchesViewController, devices: [AnyDevice])
|
func switchesViewControllerDidToggleDevices(_ controller: SwitchesViewController, devices: [AnyDevice])
|
||||||
|
|||||||
Reference in New Issue
Block a user