Is it possible to have a different backgroundColor for the collapsed header when using largeTitle on iOS?
See original GitHub issueI’m only aware of how to set headerTranslucent
and the backgroundColor
for the entire header (both the extended, large title version as well as the collapsed smaller title).
Is it possible to do something like this:
Specifically where the largeTitle is translucent (or at least has a different background color) than the collapsed header?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Large title navigation bar tint color - Apple Developer
I have a large title navigation bar with a custom tint color. ... bar is black when large, but goes to my custom...
Read more >Change statusBar background color while using large title for ...
The correct way to set the background color of the UINavigationBar is to use the barTintColor property. self.navigationController?
Read more >Ionic iOS large title background
I'd like to use the large title that introduced in ionic 5 ... do is to set a background color for the title...
Read more >The Large Title UINavigationBar Glitches and How to Fix Them
With this simple change, you should be able to fix the unwanted snap and drag behavior. Large Title Navigation Bar Not Collapsing. Let's...
Read more >background-color - CSS: Cascading Style Sheets | MDN
The background-color CSS property sets the background color of an element. ... for text content and 3:1 for larger text such as headings....
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
Worked around this using
navigation.setOptions
and FlatList’sonScroll
to swap between opaque/transparent on scroll. Will just tidy this up with a fade using Reanimated.Yes! Please close. Thank you so much! Cosma Damiano Trimboli notifications@github.com wrote: “Is your issue solved, and if so, can I close it?”
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.