Do those custom transitions mix well with SwiftUI? In other words, can I use a .sheet or .fullScreenCover with a SwiftUI parent and SwiftUI child, and then use a custom presentation controller to change the appearance? I've seen hacks using tools like Introspect, which traverse the UIKit hierarchy in sneaky ways, but I'm looking for something officially blessed.
Topic:
SwiftUI
SubTopic:
SwiftUI Q&A