boostcamp-2020/Project17-C-Map

VIP 구조로 변경

Closed this issue · 1 comments

  • VIP 구조로 변경

구현내용

[refactor]

  • VIP 패턴으로 변경
    • 기존 MapViewController <--> MapController, MapViewController <--> MapInteractor 구조
    • MapController(지도 이벤트) --> MapInteractor(CoreData에서 가져와서 클러스터링) --> MapPresnter(클러스터->마커) --> MapViewController(지도에 띄워주기) 로 변경