Skip to content

Instantly share code, notes, and snippets.

@dmytro-anokhin
Last active October 8, 2017 10:46
Show Gist options
  • Save dmytro-anokhin/01600f64c331478b39ff759b5a0e5ed5 to your computer and use it in GitHub Desktop.
Save dmytro-anokhin/01600f64c331478b39ff759b5a0e5ed5 to your computer and use it in GitHub Desktop.
DisplayMode
enum DisplayMode {
// Both view controllers are displayed at the same time, side-by-side
case sideBySide
// One view controller at a time is displayed
case one
}
private(set) var displayMode: DisplayMode = .sideBySide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment