Post

Replies

Boosts

Views

Activity

Comment on can't use @Environment for Binding?
I am so relieved this worked as some of the alternatives were not as easy on the eyes. 🫣
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Move the "Maps" and "Legal" text in Map View
To anyone wondering how to apply this to their UIViewRepresentable MKMapView: func makeUIView(context: Context) -> MKMapView { let mapView = MKMapView() mapView.delegate = context.coordinator mapView.layoutMargins = UIEdgeInsets(top: 0.0, left: 0, bottom: 50, right: 0) return mapView }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23