SwiftKickMobile / SwiftMessages

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

Xcode 11 - SwiftMessagesSegue dismiss on contentview interaction #347

Closed MiguelNegri closed 4 years ago

MiguelNegri commented 4 years ago

After updating to Xcode 11 there seems to be a problem when calling a UIViewController using class that inherits SwiftMessagesSegue.

Setting dimMode.interactive = true will dismiss the controller with with any type of interaction. Exemples: Taping the view, scrolling

Setting dimMode.interactive = false works fine, but forces the need of a button to dismiss

Sample SwiftMessagesInteractive.zip

Versions Used:

wtmoose commented 4 years ago

Thanks for attaching a sample app. However, I can't reproduce the problem you're describing. In the attached video, you can see me tap the red button then scroll the text view. Any suggestions how I can reproduce it?

RPReplay_Final1569505872.MP4.zip

MiguelNegri commented 4 years ago

Thanks for the reply Went to reproduce the the problem and now is working fine Probably some random bug after update in simulator.

Closing this issue