From 02c1f3a3beb6b1acf4e635e4413be66da16641c2 Mon Sep 17 00:00:00 2001 From: taek0622 Date: Fri, 2 Jun 2023 17:25:23 +0900 Subject: [PATCH] Style:art:: Delete Unused comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 사용되지 않는 주석 삭제 --- Nav/View/MapView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Nav/View/MapView.swift b/Nav/View/MapView.swift index d553fdf..f5cbc40 100644 --- a/Nav/View/MapView.swift +++ b/Nav/View/MapView.swift @@ -27,7 +27,6 @@ struct MapView: View { if isEditing { List(addressSearcher.completions) { completion in Button { - // 핀 포커싱 기능 추가 addressSearcher.loadAddressCoordinate(completion) { coordinate in region = MKCoordinateRegion(center: coordinate, span: MKCoordinateSpan(latitudeDelta: 0.01, longitudeDelta: 0.01)) }