SwiftKickMobile / SwiftMessages

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

iOS 13 issue #346

Closed petrykDima closed 4 years ago

petrykDima commented 4 years ago

It isn't showing on iOS 13. In iOS 12 code works great

let view = MessageView.viewFromNib(layout: .statusLine) view.configureTheme(.error) view.configureContent(title: "Warning", body: withStatus, iconText: "") (view.backgroundView as? CornerRoundingView)?.backgroundColor = UIColor.darkRedCustom SwiftMessages.show(view: view)

wtmoose commented 4 years ago

Are you using a SceneManager? If so, you need to update to 7.0.1.

dr-coton commented 4 years ago

I have the same problem. version : 7.0.1

wtmoose commented 4 years ago

@dr-coton does the demo app work for you?

wtmoose commented 4 years ago

Be sure to clean your workspace before building if you’re upgrading to 7.0.1

dr-coton commented 4 years ago

@wtmoose Oh.. Thanks.. This Issue fixed after "clean build"

wtmoose commented 4 years ago

No reply from OP. Closing.