Hi ! anyone knows how to change textfield focus between Compose TextField and SwiftUI TextField which is included inside compose through UIKitViewController ? Thank you
f
François
11/19/2024, 7:14 AM
Hi, I guess you need to build a bridge between those two because there are no direct relationship.
f
ferdialif02
11/20/2024, 3:57 PM
Ah i see... i thought there was built in compose interop for that. Thanks !