Bridges UIKit presentation APIs to a SwiftUI API so you can use presentation controllers, interactive transitions and more.
BSD 2-Clause "Simplified" License
463
stars
19
forks
source link
Mismatch state and view presentation status #65
Closed
vvisionnn closed 1 month ago
What Happened
there is a bug with mismatched state of view presentation like, when the
isPresented
is false, but view still presentedMore Detail
assume we have a view with multiple children can be presented
Repro Steps