SwiftKickMobile / SwiftMessages

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

Help me, swiftMessage notification view overlaps the status bar #368

Closed jjy4880 closed 4 years ago

jjy4880 commented 4 years ago

image

To make it appear above the status bar, you need to edit it.

wtmoose commented 4 years ago

From SwiftMessages.swift:

/**
Specifies the preferred status bar visibility when the view is being
displayed in a window. As of iOS 13, windows can no longer cover the
status bar. The only alternative is to hide the status bar by setting
this options to `true`. Default is `nil`.
*/
public var prefersStatusBarHidden: Bool?