-
Notifications
You must be signed in to change notification settings - Fork 368
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
SceneDelegate 不能出现 #219
Comments
Strange @kou8910, can you reproduce it in the demo project? |
[ |
` let murmur = Murmur(title: "This is a permanent whistle...",
|
已经上传 你看下 |
找到问题了 |
Thanks @kou8910! |
swift5 iOS13之后,有SceneDelegate,导致Whisper
`let murmur = Murmur(title: "This is a permanent whistle...",
backgroundColor: UIColor.red,
titleColor: UIColor.white)
失效,无法显示
The text was updated successfully, but these errors were encountered: