Skip to content

Instantly share code, notes, and snippets.

@eiskalteschatten
Created May 1, 2022 11:42
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 eiskalteschatten/b3dc73787a53a379cf84859cda3c8ee0 to your computer and use it in GitHub Desktop.
Save eiskalteschatten/b3dc73787a53a379cf84859cda3c8ee0 to your computer and use it in GitHub Desktop.
Example code showing how to show all three columns of a SwiftUI NavigationView by default on iPad
extension UISplitViewController {
open override func viewDidLoad() {
super.viewDidLoad()
self.show(.primary)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment