question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

large title is never translucent when backgroundColor is set

See original GitHub issue

Works fine when backgroundColor is transparent

        largeTitleBackgroundColor:"transparent",
        largeTitleHideShadow:true,
        backgroundColor:"transparent",
        translucent:true

image

Causes large title to be opaque

    largeTitle:true,
    largeTitleBackgroundColor:"transparent",
    backgroundColor:"white",
    backTitle:"Back",
    translucent:true

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
kyle-ssgcommented, Jun 29, 2020

Sure ok @WoLewicki I’ll see if I can find something

0reactions
WoLewickicommented, Jul 15, 2020

They probably implemented custom transitions for this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found