Skip to content

Commit

Permalink
fix deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdostal committed Oct 11, 2018
1 parent f1b9c57 commit 756f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolkit/ArcGISToolkit/MeasureToolbar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public class MeasureToolbar: UIToolbar, AGSGeoViewTouchDelegate {
// Exposed so that the symbology and selection colors can be customized.
public private(set) var selectionLineSymbol : AGSSymbol?
public private(set)var selectionFillSymbol : AGSSymbol?
@available(iOS, deprecated, message: "Use `color` property exposed through `AGSGeoView#selectionProperties`")
@available(iOS, deprecated, message: "Use `color` property exposed through `AGSGeoView.selectionProperties`")
public var selectionColor : UIColor? {
return mapView?.selectionProperties.color
}
Expand Down

0 comments on commit 756f22e

Please sign in to comment.