Last active
February 4, 2016 14:31
-
-
Save Kievkao/6cca6f84cb45598774fc to your computer and use it in GitHub Desktop.
UISearchController & UICollection/Table View
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
| override func viewWillAppear(animated: Bool) { | |
| super.viewWillAppear(animated) | |
| self.extendedLayoutIncludesOpaqueBars = true | |
| self.edgesForExtendedLayout = .Top | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment