Skip to content

Instantly share code, notes, and snippets.

@RenGate
Created September 2, 2020 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RenGate/4df8a3ccc366d17e1467dc0a03805dd0 to your computer and use it in GitHub Desktop.
Save RenGate/4df8a3ccc366d17e1467dc0a03805dd0 to your computer and use it in GitHub Desktop.
@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