ios bangs hide the horizontal bar home button

Automatically hide the home button, the screen will automatically hide if there is no touch operation, once there is any touch screen operation, it will be displayed

-(BOOL)prefersHomeIndicatorAutoHidden {
    return YES;
}//MARK:隐藏home键

 

Guess you like

Origin blog.csdn.net/zjpjay/article/details/103327345