Skip to content

Commit

Permalink
Set navigation bar background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScoutHarris committed Apr 27, 2022
1 parent ff9e6fc commit 0a30b78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ class CollapsableHeaderViewController: UIViewController, NoResultsViewHost {
visualEffects.forEach { (visualEffect) in
visualEffect.isHidden = true
}
navigationController?.navigationBar.backgroundColor = .systemBackground
}

/// In scenarios where the content offset before content changes doesn't align with the available space after the content changes then the offset can be lost. In
Expand Down

0 comments on commit 0a30b78

Please sign in to comment.