Giorgi
10/06/2024, 12:03 PMGiorgi
10/06/2024, 12:03 PM@Composable
fun App() {
MaterialTheme {
UIKitView(
factory = { MKMapView() },
modifier = Modifier.fillMaxSize(),
update = {
},
properties = UIKitInteropProperties(
isInteractive = true,
isNativeAccessibilityEnabled = true
)
)
}
}
John O'Reilly
10/06/2024, 12:10 PMGiorgi
10/06/2024, 2:04 PMUIKitInteropProperties(
interactionMode = UIKitInteropInteractionMode.NonCooperative
)
Enol Simón
10/09/2024, 8:30 AMKaren Frangulyan
01/07/2025, 12:17 PM