VIP 구조로 변경
rnfxl92 opened this issue · 1 comments
rnfxl92 commented
- VIP 구조로 변경
rnfxl92 commented
구현내용
[refactor]
- VIP 패턴으로 변경
- 기존 MapViewController <--> MapController, MapViewController <--> MapInteractor 구조
- MapController(지도 이벤트) --> MapInteractor(CoreData에서 가져와서 클러스터링) --> MapPresnter(클러스터->마커) --> MapViewController(지도에 띄워주기) 로 변경