mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
disable split view panel visibility gesture
This commit is contained in:
parent
0e9d896d91
commit
7ea237316d
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ public struct PrimaryContentView: View {
|
|||
.introspectSplitViewController {
|
||||
$0.preferredSplitBehavior = .tile
|
||||
$0.preferredPrimaryColumnWidth = 200
|
||||
if #available(iOS 14.5, *) {
|
||||
$0.presentsWithGesture = false
|
||||
$0.displayModeButtonVisibility = .always
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue