You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Scalebar/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The scalebar uses geodetic calculations to provide accurate measurements for map
11
11
scalebar.style= .alternatingBar
12
12
scalebar.units= .metric
13
13
scalebar.alignment= .left
14
-
view.addSubview(sb)
14
+
view.addSubview(scalebar)
15
15
```
16
16
17
17
To see it in action, try out the [Examples](../../Examples) and refer to [ScalebarExample.swift](../../Examples/ArcGISToolkitExamples/ScalebarExample.swift) in the project.
0 commit comments