Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

- Fixed Navigation Bar Bug #16

Merged
merged 1 commit into from
Jan 22, 2022
Merged

- Fixed Navigation Bar Bug #16

merged 1 commit into from
Jan 22, 2022

Conversation

keshaaaav
Copy link
Contributor

Replaced self.navigationController?.navigationBar.barTintColor = Utils().getCurrentThemeColor() with

let appearance = UINavigationBarAppearance()
        appearance.configureWithOpaqueBackground()
        appearance.backgroundColor = Utils().getCurrentThemeColor()
        self.navigationController?.navigationBar.standardAppearance = appearance;
        self.navigationController?.navigationBar.scrollEdgeAppearance = self.navigationController?.navigationBar.standardAppearance

@rursache
Copy link
Owner

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants