Skip to content

Commit

Permalink
auto hide the home screen indicator on iPhone X
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmaclarty committed Jul 26, 2018
1 parent b7e542c commit 9b9f93e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/am_backend_ios.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,11 @@ static BOOL handle_orientation(UIInterfaceOrientation orientation) {
return YES;
}

-(BOOL)prefersHomeIndicatorAutoHidden
{
return YES;
}

@end


Expand Down

0 comments on commit 9b9f93e

Please sign in to comment.