Skip to content

Commit 1ce51c3

Browse files
authored
Merge pull request #76 from Esri/mhd/CalibrationViewfix
Fix calibration view animation, inadvertently broken during SwiftLint…
2 parents 8212410 + 5414b0a commit 1ce51c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/ArcGISToolkitExamples/ARExample.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ class ARExample: UIViewController {
173173
self.arView.sceneView.isAttributionTextVisible = false
174174
self.addCalibrationView()
175175
}
176+
self.calibrationView?.alpha = startCalibrating ? 1.0 : 0.0
176177
},
177178
completion: { (_) in
178179
if !startCalibrating {

0 commit comments

Comments
 (0)