Skip to content

Instantly share code, notes, and snippets.

@aqubi
Last active May 30, 2020 06:58
Show Gist options
  • Save aqubi/be36f83d7d6cdc1d9f10275222914080 to your computer and use it in GitHub Desktop.
Save aqubi/be36f83d7d6cdc1d9f10275222914080 to your computer and use it in GitHub Desktop.
func splitViewController(_ splitViewController: UISplitViewController, collapseSecondary secondaryViewController: UIViewController, onto primaryViewController: UIViewController) -> Bool {
if secondaryViewController is PlaceholderViewController {
return false
} else {
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment