Skip to content

Commit

Permalink
Remove Pin title from location row
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Nov 20, 2017
1 parent a60550b commit 8396662
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HomeAssistant/Views/EurekaLocationRow.swift
Expand Up @@ -75,7 +75,6 @@ public class MapViewController: UIViewController, TypedRowControllerType, MKMapV
if let value = row.value {
let dropPin = MKPointAnnotation()
dropPin.coordinate = value.coordinate
dropPin.title = "Pin"
mapView.addAnnotation(dropPin)
let region = MKCoordinateRegionMakeWithDistance(value.coordinate, 400, 400)
mapView.setRegion(region, animated: true)
Expand Down

0 comments on commit 8396662

Please sign in to comment.