Maybe I should ask here as well -- I'm not seeing ...
# compose-ios
m
Maybe I should ask here as well -- I'm not seeing much on the Apple Maps and compose. Can I use the swift Map() control as a composable somehow? I'm not finding many examples of compose with iOS, most focus just on the android half.
i
m
Thanks, I'll have to play with the swift UI in compose example. That may be what I'm looking for, as I could just do the map and logic fully in swift and load the rest in compose hopefully
i
m
Gotcha. Yeah, sadly that one is purely using appkit and UIKit version rather than the swift UI one., if I can do the same thing with the swift UI one, that'd work as well.
i
SwiftUI interop requires a bit more work, see the sample from first link
m
cool, ty
p
These are awesome! really wish they had existed when I figured this out for a webview a couple months back!
c
They worked on a apple maps sample here

https://youtu.be/FWVi4aV36d8?si=blXsP_HYg1Do84lB&t=729

which should link to a repo as well that @Sebastian Aigner worked on.