SwiftKickMobile / SwiftMessages

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

swiftmessagesegue presenting overtop #332

Closed Harryjeffs closed 4 years ago

Harryjeffs commented 5 years ago

I was wondering if there is a fix for this; the darkened shadow for the actual view that was visible.

Screen Shot 2019-07-23 at 10 23 11 pm

This happens when another view is present()ed ontop of the swift segue. Is there anyway to stop this affect from happening or a work around to it at all? Dismissing the view will cause the presented view to dismiss as well.

Presenting the VC again via the segue works however leaves the previous shadows in place, dismissing several views.

wtmoose commented 5 years ago

This is a duplicate of #243. Can you change your topmost view controller's modal presentation style to .overFullScreen?