We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae790f0 commit e9ad082Copy full SHA for e9ad082
Sources/MapLibreSwiftUI/MapView.swift
@@ -18,7 +18,7 @@ public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentab
18
var onStyleLoaded: ((MLNStyle) -> Void)?
19
var onViewPortChanged: ((MapViewPort) -> Void)?
20
21
- var mapViewContentInset: UIEdgeInsets? = .zero
+ var mapViewContentInset: UIEdgeInsets?
22
23
var unsafeMapViewControllerModifier: ((T) -> Void)?
24
0 commit comments