Last active
June 1, 2020 15:57
-
-
Save aqubi/7bd5f986e584c8bfb164c1add786403a to your computer and use it in GitHub Desktop.
This file contains 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
override func viewWillAppear(_ animated: Bool) { | |
if let split = splitViewController { | |
self.clearsSelectionOnViewWillAppear = split.isCollapsed | |
} | |
super.viewWillAppear(animated) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment