Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Murmur text is overlapped by the iOS status bar text #220

Open
viktoriakrasznai opened this issue Sep 29, 2020 · 2 comments
Open

Murmur text is overlapped by the iOS status bar text #220

viktoriakrasznai opened this issue Sep 29, 2020 · 2 comments

Comments

@viktoriakrasznai
Copy link

Hi there,

It's a great library. Thank you for your work.

I am experiencing the following issue:

When I display a Murmur the iOS status bar text is not overlapped by the Murmur text. It's kind of a merged info. I am using Xcode 12.0.1 and iPhone 8 device/simulator. Both iOS 13.7 and 14.0.1 produces the issue.

It's happening in both Light and Dark mode. Please let me know if I am doing something wrong. Thanks!

let murmur = Murmur(title: "Updating...", backgroundColor: .orange, titleColor: .white)
Whisper.show(whistle: murmur, action: .present)

dark

light

@3lvis
Copy link
Collaborator

3lvis commented Oct 4, 2020

Hi @Aczel, thanks for reporting this issue. Is there any chance you could have a look at resolving it? We don't have planned future work on this project and we are running it in maintenance mode but I'm happy to assist if you are up for it!

@JCsplash
Copy link

JCsplash commented Jan 8, 2021

Same issue here. Starting in iOS 13, Apple seemed to have stopped allowing apps to display text above the status bar. The only solution I can think of is hiding the status bar before showing the Whisper and then re-showing the status bar.

The problem however is that this solution could get complicated as there's no global function to hide status bar (as there used to be in iOS 9). You'd have to add logic to each view controller to show/hide status bar based on the Whisper.

If anyone has a better solution, please let me know, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants