@Claude31 if you look at the video that I linked to, you'll see what is wrong.
After navigating to the firstVC the navbar is red until the view controller has finished loading and then it instantly changes to transparent.
The color should fade out, as it does on iOS 14.
Adding UIColor.clear as a background color doesn't make a difference, unfortunately.
Post
Replies
Boosts
Views
Activity
Thanks! I was unaware of UINavigationitem. That fixed it :)
@Rincewind Thanks. So what are our options?
@Claude31 Interesting approach! Thank you