Apply UINavigationBarAppearance appearance to scroll edge

This commit is contained in:
Martin Hartl 2020-01-19 08:52:13 +01:00
parent f0d8a9038d
commit 5a6e0fd387
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ private extension InteractiveNavigationController {
navigationAppearance.titleTextAttributes = [.foregroundColor: UIColor.label]
navigationAppearance.largeTitleTextAttributes = [.foregroundColor: UIColor.label]
navigationBar.standardAppearance = navigationAppearance
navigationBar.scrollEdgeAppearance = navigationAppearance
navigationBar.tintColor = AppAssets.primaryAccentColor
let toolbarAppearance = UIToolbarAppearance()