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 398bf8d commit b6f6abcCopy full SHA for b6f6abc
README.md
@@ -2,7 +2,7 @@
2
3
an iOS swift Map ScaleView UI View component
4
<br><br>
5
-Development Target: iOS 10
+Development Target: iOS 14
6
7
Provide a scale view with iOS MKMapView:<br>
8
<img src="/rm_res/cut1.png" alt="图片替换文本" width="50%" height="50%" align="bottom" /><br><br>
@@ -32,7 +32,7 @@ import MapScaleView
32
33
let scale_view: UIMapScaleView
34
35
-scale_view.mapScaleCalculator = mapView // setup with MKMapView
+scale_view.scaleCalculator = mapView // setup with MKMapView
36
scale_view.outlineColor = UIColor.white
37
scale_view.bodyColor = UIColor.black
38
scale_view.direction = .leftToRight // set the bar start direction in leftToRight / rightToRight, default is leftToRight
0 commit comments