https://kotlinlang.org logo
Title
j

John O'Reilly

04/25/2023, 9:30 AM
Basic question but is there way to include SwiftUI code as part of
UIKitView
within shared compose code?
l

Landry Norris

04/25/2023, 6:32 PM
I could have sworn there's a UIView type that lets you put SwiftUI inside it. What's stopping you from using that?
j

John O'Reilly

04/25/2023, 6:33 PM
Interesting....will see if that works
l

Landry Norris

04/25/2023, 6:40 PM
j

Jan

04/28/2023, 12:58 PM
fyi: I used the same approach to display a webview on Android (WebView) and iOS (WKWebView) and it seems to work ...