boostcamp-2020 / Project17-A-Map

네이버 Map SDK를 활용한 POI Clustering Interaction Dev
25 stars 4 forks source link

애니메이션 버그 수정 #49

Closed yskpth91 closed 3 years ago

yskpth91 commented 3 years ago

Dec-07-2020 14-42-02

hoonv commented 3 years ago
if startPoint == endPoint { // 같은 위치이면 애니메이션 x
             markerView.removeFromSuperview()
             self.configureNewMarker(afterCluster: afterCluster)
             return
         }

이부분이 메인이군요