Skip to content

Instantly share code, notes, and snippets.

@joshluongo
Created September 20, 2019 05:27
Show Gist options
  • Save joshluongo/f92c82a1ade11b40dfee93304a5ba1f7 to your computer and use it in GitHub Desktop.
Save joshluongo/f92c82a1ade11b40dfee93304a5ba1f7 to your computer and use it in GitHub Desktop.
iOS 13 Partial Navigation Bar Clipping Fix
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated);
// Workaround for FB7300235
self.navigationController?.navigationBar.prefersLargeTitles = true
self.navigationController?.navigationBar.prefersLargeTitles = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment