hyperoslo / hyperoslo/Whisper

Murmur text is overlapped by the iOS status bar text

Open
#220 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
3.7k
Forks
359
PR merge metrics
No merged PRs in 30d

Description

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](https://user-images.githubusercontent.com/61621677/94564877-cb900600-0268-11eb-9a18-5f1a941168a5.png)

![light](https://user-images.githubusercontent.com/61621677/94564878-ccc13300-0268-11eb-82a1-38126df7f458.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.