Skip to content

Instantly share code, notes, and snippets.

@dmytro-anokhin
Created October 8, 2017 10:48
Show Gist options
  • Save dmytro-anokhin/bf73975ac9359e12f22d077a26b8edca to your computer and use it in GitHub Desktop.
Save dmytro-anokhin/bf73975ac9359e12f22d077a26b8edca to your computer and use it in GitHub Desktop.
/// Defines visible view controller when one at a time displayed
private enum DisplayFocus {
/// When .displayMode set to .one, left view is visible
case left
/// When .displayMode set to .one, right view is visible
case right
}
private var displayFocus: DisplayFocus = .left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment