Is it possible to show a swiftui view in compose i...
# compose-ios
a
Is it possible to show a swiftui view in compose ios ? 🤔 any relevant samples for that ?
d
Not for now
n
… but it is planned
l
It’s technically ‘possible’ now, but not quite ‘easy’. You could wrap your SwiftUI view in a UIView, then use UIKit methods like I did in https://github.com/LandryNorris/PlatformView to render the UIView onto a Compose canvas. Not easy, but still possible (also, currently limited to when you can manually invalidate the view).