Merge pull request #1653 from hartlco/1238-iOS-Timeline-back-swipe-animation-error

Apply UINavigationBarAppearance appearance to scroll edge
This commit is contained in:
Maurice Parker 2020-01-19 10:34:56 -08:00 committed by GitHub
commit 110c7ae2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()