How can I access large title's background?

Viewed 31

I am trying to change the UIview to the title of the NavigationBar.
If I push to another view and tap the back button, the large title will exist.
The background doesn't seem to .clear color.
So my titleView is obscured. How can I access large title's background color??
I tried this code.

navController.navigationBar.topItem!.title = .none
navigationBarAppearance.titleTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.clear]

Thanks for reading. enter image description here enter image description here enter image description here

enter image description here

0 Answers
Related