SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.32k stars 746 forks source link

Status Bar - iPhone 12 Max Pro #477

Closed cvcoder1 closed 3 years ago

cvcoder1 commented 3 years ago

Using .cardView, precisely as in the example provided on the README, the banner makes the status bar disappear (if the banner is appearing while the application is launching).

I am using the MessageView to display internet connection / disconnection with firebase.

I am testing and accidentally connected to the public WiFi at my apartment complex; which I wasn't configured to (testing WiFi and no WiFi scenarios). And discovered this issue, where if the card displays as the app is launching or right after the app launches, the status bar becomes invisible, it doesn't go back to normal until you leave the view controller you launched the app on.

wtmoose commented 3 years ago

Can you attach a sample app that reproduces the issue?

cvcoder1 commented 3 years ago

Can you attach a sample app that reproduces the issue?

Could you please provide an update on the status of this? Should I use something other than .cardView? Is there a hack around or will this be fixed in the next update? Thanks!

wtmoose commented 3 years ago

The status is, I’m on vacation this week :)

cvcoder1 commented 3 years ago

Sounds great :) hope it went well. Do you think you could have a new version with this fixed, prior to September 1st? Or could you please recommend any interim solutions in the mean time? Thank you very much, Timothy.

wtmoose commented 3 years ago

You haven't supplied me with the sample project I asked for yet. However, I went ahead and created my own, but haven't been able to reproduce your issue.

For next steps, I need you to take the project below and modify if needed to reproduce the problem. Then send me back the modified version with clear reproduction steps. Once we've reached that point, I'll take another look.

SwiftMessagesTest-477.zip

wtmoose commented 3 years ago

Closing due to inactivity. @cvcoder1 feel free to reopen if you intend to follow up.

cvcoder1 commented 3 years ago

@wtmoose despite closing my issue, you fixed it in the latest release, labeling it 'Improve colors for dark mode.'

Thanks so much! Cheers 👍