mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2025-02-19 07:31:01 +00:00
defer system gestures
This commit is contained in:
parent
49fa9c0182
commit
3ff092ded5
@ -44,6 +44,10 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures {
|
||||
return UIRectEdgeAll;
|
||||
}
|
||||
|
||||
- (void)viewDidAppear:(BOOL)animated {
|
||||
[super viewDidAppear:animated];
|
||||
[self setUpPointingDevice];
|
||||
|
Loading…
x
Reference in New Issue
Block a user