large title is never translucent when backgroundColor is set
See original GitHub issueWorks fine when backgroundColor is transparent
largeTitleBackgroundColor:"transparent",
largeTitleHideShadow:true,
backgroundColor:"transparent",
translucent:true
Causes large title to be opaque
largeTitle:true,
largeTitleBackgroundColor:"transparent",
backgroundColor:"white",
backTitle:"Back",
translucent:true
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
UINavigationBar with large title does not have background ...
It's basically setting the background of the nav controller to the background of the navbar, and setting all backgrounds on top to translucent....
Read more >Large title navigation bar tint color - Apple Developer
I have a large title navigation bar with a custom tint color. ... is supposedly used when at the top of a scroll...
Read more >ion-title: Ionic Framework App Title Component for Toolbars
Title is a text component that sets the title for a toolbar. It can be used to describe the screen or section a...
Read more >Configuring the status bar - Expo Documentation
Setting solely backgroundColor to an opaque color will disable the ... This is a good option if your status bar color never needs...
Read more >IOS 11 navigation bar transparent with large titles - iTecNote
The solution would be to change it to translucent in the second view controller's viewWillAppear method and change it to not translucent in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure ok @WoLewicki I’ll see if I can find something
They probably implemented custom transitions for this.