Hi ! anyone knows how to change textfield focus be...
# compose-ios
f
Hi ! anyone knows how to change textfield focus between Compose TextField and SwiftUI TextField which is included inside compose through UIKitViewController ? Thank you
f
Hi, I guess you need to build a bridge between those two because there are no direct relationship.
f
Ah i see... i thought there was built in compose interop for that. Thanks !