HI Guys
CMP: how to consume widgets written in compose inside ios. Example textfield where we want update value and get new value to composable function ?
Thanks in advance
k
Konstantin Tskhovrebov
05/30/2025, 5:24 PM
What is wrong with the documentation about the topic?
FWIW, I tried this very early on in compose multiplatform and had hoped to build a cross platform design system to share things like buttons and whatnot, but that does not seem like it's possible at the moment.
while you do have some degree of ability to call swiftui views in compose multiplatform via
UIKitViewController
, I don't think there's an equivalent function to other way to call an artibrary composable from swiftUI.