Created
September 2, 2020 18:18
-
-
Save RenGate/4df8a3ccc366d17e1467dc0a03805dd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@available(iOS 14.0, *) | |
func splitViewController(_ svc: UISplitViewController, topColumnForCollapsingToProposedTopColumn proposedTopColumn: UISplitViewController.Column) -> UISplitViewController.Column { | |
return .primary | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment