Contents

childForHomeIndicatorAutoHidden

Returns the child view controller that is consulted about its preference for displaying a visual indicator for returning to the Home screen.

Declaration

var childForHomeIndicatorAutoHidden: UIViewController? { get }

Mentioned in

Return Value

The child view controller to consult. The default implementation of this method returns nil.

Discussion

When implementing a container view controller, override this method if you want one your child view controllers to determine whether to display the visual indicator. If you do, the system calls the prefersHomeIndicatorAutoHidden method of the returned view controller. If the method returns nil, the system calls the prefersHomeIndicatorAutoHidden method of the current view controller.

See Also

Coordinating with system gestures