Skip to content

Instantly share code, notes, and snippets.

@Kievkao
Last active February 4, 2016 14:31
Show Gist options
  • Select an option

  • Save Kievkao/6cca6f84cb45598774fc to your computer and use it in GitHub Desktop.

Select an option

Save Kievkao/6cca6f84cb45598774fc to your computer and use it in GitHub Desktop.
UISearchController & UICollection/Table View
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