mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
[iOS] Hide the home indicator as it obscures the content too frequently
This commit is contained in:
parent
bbff9215c0
commit
4456efa6c8
@ -178,14 +178,9 @@ void *glkitview_init(void);
|
||||
});
|
||||
}
|
||||
|
||||
- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures
|
||||
{
|
||||
return UIRectEdgeBottom;
|
||||
}
|
||||
|
||||
-(BOOL)prefersHomeIndicatorAutoHidden
|
||||
{
|
||||
return NO;
|
||||
return YES;
|
||||
}
|
||||
|
||||
-(void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator {
|
||||
|
Loading…
x
Reference in New Issue
Block a user