swift5 iOS13之后,有SceneDelegate,导致Whisper `let murmur = Murmur(title: "This is a permanent whistle...", backgroundColor: UIColor.red, titleColor: UIColor.white) Whisper.show(whistle: murmur, action: .present)` 失效,无法显示
swift5 iOS13之后,有SceneDelegate,导致Whisper
`let murmur = Murmur(title: "This is a permanent whistle...",
backgroundColor: UIColor.red,
titleColor: UIColor.white)
失效,无法显示