Created
October 8, 2017 10:47
-
-
Save dmytro-anokhin/5cdb5bddbddc81563dbf851eba8a3552 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Suggests display mode based on trait collection | |
private func suggestDisplayMode(for traitCollection: UITraitCollection) -> DisplayMode { | |
return traitCollection.horizontalSizeClass == .regular ? .sideBySide : .one | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment