UIKitPresentationModifier
UIKitPresentationModifier copied to clipboard
A modifier allowing you to present UIKit controllers natively from a SwiftUI context.
Results
1
UIKitPresentationModifier issues
Sort by
recently updated
recently updated
newest added
Just thought I'd share an idea that if you used `UIViewControllerRepresentable` instead of `UIViewRepresentable` you could handle disappearing without having to swizzle and you wouldn't need to search for nearest...